org.apache.felix.fileinstall
Interface ArtifactTransformer
- All Superinterfaces:
- ArtifactListener
public interface ArtifactTransformer
- extends ArtifactListener
Objects implementing this interface are able to convert certain
kind of artifacts to OSGi bundles.
|
Method Summary |
java.io.File |
transform(java.io.File artifact,
java.io.File tmpDir)
Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file. |
transform
java.io.File transform(java.io.File artifact,
java.io.File tmpDir)
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 © 2012 FuseSource, Corp.. All Rights Reserved.