Package org.nuxeo.ecm.webengine.install
Class Installer
java.lang.Object
org.nuxeo.ecm.webengine.install.Installer
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyResources
(org.osgi.framework.Bundle bundle, String path, File root) org.osgi.framework.Bundle
protected File
getBundleFile
(org.osgi.framework.Bundle bundle) protected File
getTempBundleDir
(org.osgi.framework.Bundle bundle) void
install
(RuntimeContext ctx, File installDir) void
void
void
void
void
logWarning
(String message) void
uninstall
(RuntimeContext ctx, File installDir)
-
Field Details
-
module
-
ctx
-
-
Constructor Details
-
Installer
public Installer()
-
-
Method Details
-
getBundle
public org.osgi.framework.Bundle getBundle() -
getContext
-
logError
-
logError
-
logInfo
-
logWarning
-
logTrace
-
install
-
uninstall
-
copyResources
public static void copyResources(org.osgi.framework.Bundle bundle, String path, File root) throws IOException - Throws:
IOException
-
getTempBundleDir
-
getBundleFile
-