Interface KeyedLocation

  • All Superinterfaces:
    org.commonjava.maven.galley.model.Location
    All Known Implementing Classes:
    CacheOnlyLocation, GroupLocation, RepositoryLocation

    public interface KeyedLocation
    extends org.commonjava.maven.galley.model.Location
    Location that references a particular StoreKey, bridging Galley transfer management with the store definitions of Indy.
    • 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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.commonjava.indy.model.core.StoreKey getKey()  
      • Methods inherited from interface org.commonjava.maven.galley.model.Location

        allowsDeletion, allowsDownloading, allowsPublishing, allowsReleases, allowsSnapshots, allowsStoring, equals, getAttribute, getAttribute, getAttributes, getName, getUri, hashCode, removeAttribute, setAttribute
    • Method Detail

      • getKey

        org.commonjava.indy.model.core.StoreKey getKey()