org.apache.felix.fileinstall
Interface ArtifactUrlTransformer
- All Superinterfaces:
- ArtifactListener
- All Known Implementing Classes:
- BundleTransformer
public interface ArtifactUrlTransformer
- extends ArtifactListener
Objects implementing this interface are able to convert certain
kind of artifacts to OSGi bundles on the fly through an URL handler.
This kind of artifact listener should be favored over the ArtifactTransformer
because it allows the use of the OSGi update feature on bundles.
|
Method Summary |
java.net.URL |
transform(java.net.URL artifact)
Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file. |
transform
java.net.URL transform(java.net.URL artifact)
throws java.lang.Exception
- Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file.
- Throws:
java.lang.Exception
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.