Class PluginAutoDeployListenerHelper

Object
com.liferay.portal.deploy.auto.PluginAutoDeployListenerHelper

public class PluginAutoDeployListenerHelper extends Object
Author:
Manuel de la Peña
  • Constructor Details

    • PluginAutoDeployListenerHelper

      public PluginAutoDeployListenerHelper(File file)
  • Method Details

    • isHookPlugin

      public boolean isHookPlugin() throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isLayoutTemplatePlugin

      public boolean isLayoutTemplatePlugin() throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isLiferayPackage

      public boolean isLiferayPackage()
    • isMatchingFile

      public boolean isMatchingFile(String checkXmlFile) throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isMatchingFile

      public boolean isMatchingFile(String checkXmlFile, boolean checkFileExtension) throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isMatchingFileExtension

      public boolean isMatchingFileExtension(String... extensions)
    • isPortletPlugin

      public boolean isPortletPlugin() throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isThemePlugin

      public boolean isThemePlugin() throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isWarOrZip

      public boolean isWarOrZip()
    • isWebPlugin

      public boolean isWebPlugin() throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
      Throws:
      com.liferay.portal.kernel.deploy.auto.AutoDeployException
    • isJarFile

      protected boolean isJarFile()