Package org.commonjava.indy.spi.pkg
Interface StoreAdvisor
-
public interface StoreAdvisor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvetoStorage(String path, org.commonjava.indy.model.core.ArtifactStore store)Allow a packaging type to indicate that the proposed storage location is inappropriate for the supplied path
-
-
-
Method Detail
-
vetoStorage
boolean vetoStorage(String path, org.commonjava.indy.model.core.ArtifactStore store)
Allow a packaging type to indicate that the proposed storage location is inappropriate for the supplied path- Parameters:
path-store-- Returns:
-
-