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 |
File |
transform(File artifact,
File tmpDir)
Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file. |
transform
File transform(File artifact,
File tmpDir)
throws Exception
- Process the given file (canHandle returned true previously)
Can return or a pointer to a transformed file.
- Throws:
Exception
Copyright © 2011 Apache Software Foundation. All Rights Reserved.