Uses of Interface
org.commonjava.indy.model.galley.KeyedLocation
-
Packages that use KeyedLocation Package Description org.commonjava.indy.content org.commonjava.indy.model.galley org.commonjava.indy.util -
-
Uses of KeyedLocation in org.commonjava.indy.content
Constructors in org.commonjava.indy.content with parameters of type KeyedLocation Constructor Description StoreResource(KeyedLocation location, String... path) -
Uses of KeyedLocation in org.commonjava.indy.model.galley
Classes in org.commonjava.indy.model.galley that implement KeyedLocation Modifier and Type Class Description classCacheOnlyLocationKeyedLocationimplementation that only knows about locally hosted/cached content.classGroupLocationKeyedLocationimplementation that represents an IndyGroupstore.classRepositoryLocationKeyedLocationimplementation that represents aRemoteRepositoryIndy store, and bridges the handling ofRemoteRepositoryattributes such as the various timeout types (not-found-cache, connection, and cache timeouts) to expose them via theLocationAPI. -
Uses of KeyedLocation in org.commonjava.indy.util
Methods in org.commonjava.indy.util that return KeyedLocation Modifier and Type Method Description static KeyedLocationLocationUtils. toLocation(org.commonjava.indy.model.core.ArtifactStore store)Methods in org.commonjava.indy.util that return types with arguments of type KeyedLocation Modifier and Type Method Description static List<? extends KeyedLocation>LocationUtils. toLocations(List<? extends org.commonjava.indy.model.core.ArtifactStore> stores)static List<? extends KeyedLocation>LocationUtils. toLocations(org.commonjava.indy.model.core.ArtifactStore... stores)
-