Class Installer

java.lang.Object
org.nuxeo.ecm.webengine.install.Installer

public class Installer extends Object
Author:
Bogdan Stefanescu
  • Field Details

  • Constructor Details

    • Installer

      public Installer()
  • Method Details

    • getBundle

      public org.osgi.framework.Bundle getBundle()
    • getContext

      public RuntimeContext getContext()
    • logError

      public void logError(String message, Throwable t)
    • logError

      public void logError(String message)
    • logInfo

      public void logInfo(String message)
    • logWarning

      public void logWarning(String message)
    • logTrace

      public void logTrace(String message)
    • install

      public void install(RuntimeContext ctx, File installDir)
    • uninstall

      public void uninstall(RuntimeContext ctx, File installDir)
    • copyResources

      public static void copyResources(org.osgi.framework.Bundle bundle, String path, File root) throws IOException
      Throws:
      IOException
    • getTempBundleDir

      protected File getTempBundleDir(org.osgi.framework.Bundle bundle)
    • getBundleFile

      protected File getBundleFile(org.osgi.framework.Bundle bundle)