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, wait
onAfterBatch, onBeforeBatch
public RepositoryLocationGroup(java.lang.String presentableString)
public java.lang.String toPresentableString()
RepositoryLocation
toPresentableString
in interface RepositoryLocation
public void add(RepositoryLocation location)
public java.lang.String getKey()
RepositoryLocation
getKey
in interface RepositoryLocation
public java.util.List<RepositoryLocation> getLocations()