Class TransformedArtifact
- java.lang.Object
-
- org.wildfly.galleon.plugin.transformer.TransformedArtifact
-
public class TransformedArtifact extends java.lang.Object- Author:
- jdenise
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.PathgetSrc()java.nio.file.PathgetTarget()booleanisSrcSigned()booleanisTransformed()booleanisUnsigned()
-
-
-
Method Detail
-
getSrc
public java.nio.file.Path getSrc()
- Returns:
- the src
-
getTarget
public java.nio.file.Path getTarget()
- Returns:
- the target
-
isTransformed
public boolean isTransformed()
- Returns:
- the transformed
-
isUnsigned
public boolean isUnsigned()
- Returns:
- the unsigned
-
isSrcSigned
public boolean isSrcSigned()
- Returns:
- the srcSigned
-
-