Package org.jboss.shrinkwrap.api
Class ArchiveEvent
- java.lang.Object
-
- org.jboss.shrinkwrap.api.ArchiveEvent
-
public class ArchiveEvent extends Object
- Author:
- Davide D'Alto
-
-
Constructor Summary
Constructors Constructor Description ArchiveEvent(ArchivePath path, Asset asset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetgetAsset()AssetgetHandledAsset()ArchivePathgetPath()voidsetHandledAsset(Asset handledAsset)
-
-
-
Constructor Detail
-
ArchiveEvent
public ArchiveEvent(ArchivePath path, Asset asset)
-
-
Method Detail
-
getAsset
public Asset getAsset()
-
getPath
public ArchivePath getPath()
-
getHandledAsset
public Asset getHandledAsset()
-
setHandledAsset
public void setHandledAsset(Asset handledAsset)
-
-