public class ArtifactAsset extends Object implements ProjectAsset
PREFIX| Constructor and Description |
|---|
ArtifactAsset(ArtifactSpec spec,
String artifactName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive<?> |
getArchive() |
String |
getSimpleName() |
InputStream |
openStream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic ArtifactAsset(ArtifactSpec spec, String artifactName)
public String getSimpleName()
getSimpleName in interface ProjectAssetpublic InputStream openStream()
openStream in interface org.jboss.shrinkwrap.api.asset.Assetpublic org.jboss.shrinkwrap.api.Archive<?> getArchive()
getArchive in interface ProjectAssetCopyright © 2017 JBoss by Red Hat. All rights reserved.