Class ThemeAutoDeployer

Object
com.liferay.portal.tools.deploy.BaseAutoDeployer
com.liferay.portal.deploy.auto.ThemeAutoDeployer
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.auto.AutoDeployer, Closeable, AutoCloseable

public class ThemeAutoDeployer extends BaseAutoDeployer implements com.liferay.portal.kernel.deploy.auto.AutoDeployer
Author:
Ivica Cardic, Brian Wing Shun Chan
  • Constructor Details

    • ThemeAutoDeployer

      public ThemeAutoDeployer()
  • Method Details

    • autoDeploy

      public int autoDeploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext) throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Specified by:
      autoDeploy in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
      Overrides:
      autoDeploy in class BaseAutoDeployer
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • processPluginPackageProperties

      public Map<String,String> processPluginPackageProperties(File srcFile, String displayName, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) throws Exception
      Specified by:
      processPluginPackageProperties in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
      Overrides:
      processPluginPackageProperties in class BaseAutoDeployer
      Throws:
      Exception