Interface StoragePathCalculator


  • public interface StoragePathCalculator
    Support separation between logical path and storage path, usually for package metadata. This allows package-specific path manipulations for how Indy stores content on the filesystem, without affecting the path used to transfer the content.
    • Method Detail

      • calculateStoragePath

        String calculateStoragePath​(org.commonjava.indy.model.core.StoreKey storeKey,
                                    String path)