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