public class RepositoryLocationGroup extends java.lang.Object implements RepositoryLocation
| Constructor and Description |
|---|
RepositoryLocationGroup(java.lang.String presentableString) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RepositoryLocation location) |
java.lang.String |
getKey()
must uniquely identify this location
|
java.util.List<RepositoryLocation> |
getLocations() |
java.lang.String |
toPresentableString()
those shown in, for instance, Changes Browser tool window title
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAfterBatch, onBeforeBatchpublic RepositoryLocationGroup(java.lang.String presentableString)
public java.lang.String toPresentableString()
RepositoryLocationtoPresentableString in interface RepositoryLocationpublic void add(RepositoryLocation location)
public java.lang.String getKey()
RepositoryLocationgetKey in interface RepositoryLocationpublic java.util.List<RepositoryLocation> getLocations()