public class PluginAutoDeployListenerHelper
extends java.lang.Object
| Constructor and Description |
|---|
PluginAutoDeployListenerHelper(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExtPlugin() |
boolean |
isHookPlugin() |
protected boolean |
isJarFile() |
boolean |
isLayoutTemplatePlugin() |
boolean |
isLiferayPackage() |
boolean |
isMatchingFile(java.lang.String checkXmlFile) |
boolean |
isMatchingFile(java.lang.String checkXmlFile,
boolean checkFileExtension) |
boolean |
isMatchingFileExtension(java.lang.String... extensions) |
boolean |
isThemePlugin() |
boolean |
isWarOrZip() |
boolean |
isWebPlugin() |
public PluginAutoDeployListenerHelper(java.io.File file)
public boolean isExtPlugin()
public boolean isHookPlugin()
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic boolean isLayoutTemplatePlugin()
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic boolean isLiferayPackage()
public boolean isMatchingFile(java.lang.String checkXmlFile)
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic boolean isMatchingFile(java.lang.String checkXmlFile,
boolean checkFileExtension)
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic boolean isMatchingFileExtension(java.lang.String... extensions)
public boolean isThemePlugin()
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic boolean isWarOrZip()
public boolean isWebPlugin()
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionprotected boolean isJarFile()