public class BundleTransformer extends Object implements ArtifactUrlTransformer
| Constructor and Description |
|---|
BundleTransformer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(File artifact)
Returns true if the listener can process the given artifact.
|
URL |
transform(URL artifact)
Process the given file (canHandle returned true previously)
Can return
|
public boolean canHandle(File artifact)
ArtifactListenercanHandle in interface ArtifactListenerartifact - the artifact to checktrue if this listener supports
the given artifact, false otherwisepublic URL transform(URL artifact)
ArtifactUrlTransformertransform in interface ArtifactUrlTransformerCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.