|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.fileinstall.internal.BundleTransformer
public class BundleTransformer
ArtifactUrlTransformer for plain bundles.
| Constructor Summary | |
|---|---|
BundleTransformer()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleTransformer()
| Method Detail |
|---|
public boolean canHandle(java.io.File artifact)
ArtifactListener
canHandle in interface ArtifactListenerartifact - the artifact to check
true if this listener supports
the given artifact, false otherwisepublic java.net.URL transform(java.net.URL artifact)
ArtifactUrlTransformer
transform in interface ArtifactUrlTransformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||