Package org.commonjava.indy.change.event
Interface IndyStoreEvent
-
- All Superinterfaces:
Iterable<org.commonjava.indy.model.core.ArtifactStore>
- All Known Implementing Classes:
AbstractIndyEvent,AbstractStoreDeleteEvent,ArtifactStoreDeletePostEvent,ArtifactStoreDeletePreEvent,ArtifactStoreEnablementEvent,ArtifactStorePostRescanEvent,ArtifactStorePostUpdateEvent,ArtifactStorePreRescanEvent,ArtifactStorePreUpdateEvent,ArtifactStoreRescanEvent,ArtifactStoreUpdateEvent
public interface IndyStoreEvent extends Iterable<org.commonjava.indy.model.core.ArtifactStore>
Marker interface for events related to changes inArtifactStoreinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.commonjava.indy.model.core.ArtifactStore>getStores()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getStores
Collection<org.commonjava.indy.model.core.ArtifactStore> getStores()
-
-