Package com.ibm.wsspi.artifact
Interface ArtifactNotifier.ArtifactNotification
- All Known Implementing Classes:
DefaultArtifactNotification
- Enclosing interface:
- ArtifactNotifier
public static interface ArtifactNotifier.ArtifactNotification
Association of paths within a Container.
Note that if the Notification represents a delete, associated paths may not be valid within the container.
Note that if the Notification represents a delete, associated paths may not be valid within the container.
-
Method Summary
-
Method Details
-
getContainer
ArtifactContainer getContainer()- Returns:
- the associated container
-
getPaths
Collection<String> getPaths()- Returns:
- the paths
-