Package org.commonjava.indy.model.galley
Class GroupLocation
- java.lang.Object
-
- org.commonjava.indy.model.galley.CacheOnlyLocation
-
- org.commonjava.indy.model.galley.GroupLocation
-
- All Implemented Interfaces:
KeyedLocation,org.commonjava.maven.galley.model.Location
public class GroupLocation extends CacheOnlyLocation implements KeyedLocation
KeyedLocationimplementation that represents an IndyGroupstore.
-
-
Field Summary
-
Fields inherited from interface org.commonjava.maven.galley.model.Location
ATTR_ALT_STORAGE_LOCATION, CACHE_TIMEOUT_SECONDS, CONNECTION_TIMEOUT_SECONDS, DEFAULT_CACHE_TIMEOUT_SECONDS, DEFAULT_CONNECTION_TIMEOUT_SECONDS, DEFAULT_MAX_CONNECTIONS, MAX_CONNECTIONS, METADATA_TIMEOUT_SECONDS, MIN_CACHE_TIMEOUT_SECONDS
-
-
Constructor Summary
Constructors Constructor Description GroupLocation(String name)Deprecated.GroupLocation(String packageType, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsDeletion()StringtoString()-
Methods inherited from class org.commonjava.indy.model.galley.CacheOnlyLocation
allowsDownloading, allowsPublishing, allowsReleases, allowsSnapshots, allowsStoring, copyOf, equals, getAttribute, getAttribute, getAttributes, getKey, getName, getUri, hashCode, isHostedRepository, removeAttribute, setAttribute, setReadonly
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.commonjava.indy.model.galley.KeyedLocation
getKey
-
-
-
-
Constructor Detail
-
GroupLocation
@Deprecated public GroupLocation(String name)
Deprecated.
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classCacheOnlyLocation
-
allowsDeletion
public boolean allowsDeletion()
- Specified by:
allowsDeletionin interfaceorg.commonjava.maven.galley.model.Location- Overrides:
allowsDeletionin classCacheOnlyLocation
-
-