public class BundleTransformer extends java.lang.Object implements ArtifactUrlTransformer
| Constructor and Description |
|---|
BundleTransformer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(java.io.File artifact)
Returns true if the listener can process the given artifact.
|
java.net.URL |
transform(java.net.URL artifact)
Process the given file (canHandle returned true previously)
Can return
|
public boolean canHandle(java.io.File artifact)
ArtifactListenercanHandle in interface ArtifactListenerartifact - the artifact to checktrue if this listener supports
the given artifact, false otherwisepublic java.net.URL transform(java.net.URL artifact)
ArtifactUrlTransformertransform in interface ArtifactUrlTransformerCopyright © 2015 FuseSource, Corp.. All Rights Reserved.