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 TypeMethodDescriptionboolean
protected boolean
boolean
boolean
boolean
isMatchingFile
(String checkXmlFile) boolean
isMatchingFile
(String checkXmlFile, boolean checkFileExtension) boolean
isMatchingFileExtension
(String... extensions) boolean
boolean
boolean
boolean
-
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()
-