org.apache.archiva.configuration
Class V1RepositoryConfiguration

java.lang.Object
  extended by org.apache.archiva.configuration.AbstractRepositoryConfiguration
      extended by org.apache.archiva.configuration.ManagedRepositoryConfiguration
          extended by org.apache.archiva.configuration.V1RepositoryConfiguration
All Implemented Interfaces:
Serializable

public class V1RepositoryConfiguration
extends ManagedRepositoryConfiguration
implements Serializable

Class V1RepositoryConfiguration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  boolean indexed
          Field indexed.
private  String url
          The URL for this repository.
 
Constructor Summary
V1RepositoryConfiguration()
           
 
Method Summary
 String getUrl()
          Get the URL for this repository.
 boolean isIndexed()
          Get the indexed field.
 void setIndexed(boolean indexed)
          Set the indexed field.
 void setUrl(String url)
          Set the URL for this repository.
 
Methods inherited from class org.apache.archiva.configuration.ManagedRepositoryConfiguration
getDaysOlder, getLocation, getRefreshCronExpression, getRetentionCount, isBlockRedeployments, isDeleteReleasedSnapshots, isReleases, isScanned, isSkipPackedIndexCreation, isSnapshots, isStageRepoNeeded, setBlockRedeployments, setDaysOlder, setDeleteReleasedSnapshots, setLocation, setRefreshCronExpression, setReleases, setRetentionCount, setScanned, setSkipPackedIndexCreation, setSnapshots, setStageRepoNeeded
 
Methods inherited from class org.apache.archiva.configuration.AbstractRepositoryConfiguration
equals, getDescription, getId, getIndexDir, getLayout, getName, hashCode, setDescription, setId, setIndexDir, setLayout, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

private String url
The URL for this repository.


indexed

private boolean indexed
Field indexed.

Constructor Detail

V1RepositoryConfiguration

public V1RepositoryConfiguration()
Method Detail

getUrl

public String getUrl()
Get the URL for this repository.

Returns:
String

isIndexed

public boolean isIndexed()
Get the indexed field.

Returns:
boolean

setIndexed

public void setIndexed(boolean indexed)
Set the indexed field.

Parameters:
indexed -

setUrl

public void setUrl(String url)
Set the URL for this repository.

Parameters:
url -


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.