Class BlueprintTransformer
- java.lang.Object
-
- org.apache.karaf.deployer.blueprint.BlueprintTransformer
-
public class BlueprintTransformer extends Object
-
-
Constructor Summary
Constructors Constructor Description BlueprintTransformer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>analyze(Source source)protected static StringgetImportPackages(Set<String> packages)protected static longgetLastModified(URL url)protected static StringgetPath(URL url)protected static Documentparse(URL url)static voidtransform(URL url, OutputStream os)
-
-
-
Method Detail
-
transform
public static void transform(URL url, OutputStream os) throws Exception
- Throws:
Exception
-
getLastModified
protected static long getLastModified(URL url) throws IOException
- Throws:
IOException
-
-