Interface MergedContentAction


  • public interface MergedContentAction
    Created by jdcasey on 1/20/17. Implemented to supplement the core aggregated-content management features of ContentGenerator instances. This is preferable to @Observes methods for FileDeletionEvent or FileStorageEvent since it is more tightly coupled with the content generator's execution.
    • Method Detail

      • clearMergedPath

        void clearMergedPath​(org.commonjava.indy.model.core.ArtifactStore originatingStore,
                             Set<org.commonjava.indy.model.core.Group> affectedGroups,
                             String path)