|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.archiva.configuration.AbstractRepositoryConfiguration
org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration
public class ManagedRepositoryConfiguration
Class ManagedRepositoryConfiguration.
| Constructor Summary | |
|---|---|
ManagedRepositoryConfiguration()
|
|
| Method Summary | |
|---|---|
int |
getDaysOlder()
Get The number of days old which will be the basis for removing a snapshot. |
java.lang.String |
getIndexDir()
Get The directory for the indexes of this repository. |
java.lang.String |
getLocation()
Get The file system location for this repository. |
java.lang.String |
getRefreshCronExpression()
Get When to run the refresh task. |
int |
getRetentionCount()
Get The total count of the artifact to be retained for each snapshot. |
boolean |
isDeleteReleasedSnapshots()
Get True if the released snapshots are to be removed from the repo during repository purge. |
boolean |
isReleases()
Get true if this repository contains release versioned artifacts. |
boolean |
isScanned()
Get true if this repository should be scanned and processed. |
boolean |
isSnapshots()
Get true if this repository contains snapshot versioned artifacts. |
void |
setDaysOlder(int daysOlder)
Set The number of days old which will be the basis for removing a snapshot. |
void |
setDeleteReleasedSnapshots(boolean deleteReleasedSnapshots)
Set True if the released snapshots are to be removed from the repo during repository purge. |
void |
setIndexDir(java.lang.String indexDir)
Set The directory for the indexes of this repository. |
void |
setLocation(java.lang.String location)
Set The file system location for this repository. |
void |
setRefreshCronExpression(java.lang.String refreshCronExpression)
Set When to run the refresh task. |
void |
setReleases(boolean releases)
Set true if this repository contains release versioned artifacts. |
void |
setRetentionCount(int retentionCount)
Set The total count of the artifact to be retained for each snapshot. |
void |
setScanned(boolean scanned)
Set true if this repository should be scanned and processed. |
void |
setSnapshots(boolean snapshots)
Set true if this repository contains snapshot versioned artifacts. |
| Methods inherited from class org.apache.maven.archiva.configuration.AbstractRepositoryConfiguration |
|---|
getId, getLayout, getName, setId, setLayout, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedRepositoryConfiguration()
| Method Detail |
|---|
public int getDaysOlder()
public java.lang.String getIndexDir()
public java.lang.String getLocation()
public java.lang.String getRefreshCronExpression()
public int getRetentionCount()
public boolean isDeleteReleasedSnapshots()
public boolean isReleases()
public boolean isScanned()
public boolean isSnapshots()
public void setDaysOlder(int daysOlder)
daysOlder - public void setDeleteReleasedSnapshots(boolean deleteReleasedSnapshots)
deleteReleasedSnapshots - public void setIndexDir(java.lang.String indexDir)
indexDir - public void setLocation(java.lang.String location)
location - public void setRefreshCronExpression(java.lang.String refreshCronExpression)
refreshCronExpression - public void setReleases(boolean releases)
releases - public void setRetentionCount(int retentionCount)
retentionCount - public void setScanned(boolean scanned)
scanned - public void setSnapshots(boolean snapshots)
snapshots -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||