Package org.commonjava.indy.content
Interface MergedContentAction
-
public interface MergedContentActionCreated by jdcasey on 1/20/17. Implemented to supplement the core aggregated-content management features ofContentGeneratorinstances. This is preferable to @Observesmethods forFileDeletionEventorFileStorageEventsince it is more tightly coupled with the content generator's execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearMergedPath(org.commonjava.indy.model.core.ArtifactStore originatingStore, Set<org.commonjava.indy.model.core.Group> affectedGroups, String path)
-