Class ArtifactStorePreUpdateEvent

  • All Implemented Interfaces:
    Iterable<org.commonjava.indy.model.core.ArtifactStore>, IndyStoreEvent

    public class ArtifactStorePreUpdateEvent
    extends ArtifactStoreUpdateEvent
    Event signaling that one or more specified ArtifactStore instances' configurations were changed. The ArtifactStoreUpdateType gives more information about the nature of the update.
    This event is fired BEFORE the updated ArtifactStore is actually persisted.
    • Constructor Detail

      • ArtifactStorePreUpdateEvent

        public ArtifactStorePreUpdateEvent​(ArtifactStoreUpdateType type,
                                           org.commonjava.maven.galley.event.EventMetadata eventMetadata,
                                           Map<org.commonjava.indy.model.core.ArtifactStore,​org.commonjava.indy.model.core.ArtifactStore> changeMap)