Package org.commonjava.indy.content
Interface StoragePathCalculator
-
public interface StoragePathCalculatorSupport 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcalculateStoragePath(org.commonjava.indy.model.core.StoreKey storeKey, String path)
-