Package com.liferay.portal.deploy.auto
Class PluginAutoDeployListenerHelper
Object
com.liferay.portal.deploy.auto.PluginAutoDeployListenerHelper
- Author:
- Manuel de la Peña
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected booleanbooleanbooleanbooleanisMatchingFile(String checkXmlFile) booleanisMatchingFile(String checkXmlFile, boolean checkFileExtension) booleanisMatchingFileExtension(String... extensions) booleanbooleanbooleanboolean
-
Constructor Details
-
PluginAutoDeployListenerHelper
-
-
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
-
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()
-