Package org.jboss.shrinkwrap.api
Class ArchiveEvent
- java.lang.Object
-
- org.jboss.shrinkwrap.api.ArchiveEvent
-
public class ArchiveEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Assetassetprivate AssethandledAssetprivate ArchivePathpath
-
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)
-
-
-
Field Detail
-
asset
private final Asset asset
-
path
private final ArchivePath path
-
handledAsset
private 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)
-
-