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

java.lang.Objectorg.apache.maven.archiva.configuration.RepositoryGroupConfiguration
public class RepositoryGroupConfiguration
Class RepositoryGroupConfiguration.
| Constructor Summary | |
|---|---|
RepositoryGroupConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addRepository(java.lang.String string)
Method addRepository. |
java.lang.String |
getId()
Get the id of the repository group. |
java.util.List<java.lang.String> |
getRepositories()
Method getRepositories. |
void |
removeRepository(java.lang.String string)
Method removeRepository. |
void |
setId(java.lang.String id)
Set the id of the repository group. |
void |
setRepositories(java.util.List<java.lang.String> repositories)
Set the list of repository ids under the group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryGroupConfiguration()
| Method Detail |
|---|
public void addRepository(java.lang.String string)
string - public java.lang.String getId()
public java.util.List<java.lang.String> getRepositories()
public void removeRepository(java.lang.String string)
string - public void setId(java.lang.String id)
id - public void setRepositories(java.util.List<java.lang.String> repositories)
repositories -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||