Liferay 7.0-ga1 portal-impl

com.liferay.portal.deploy.auto
Class PluginAutoDeployListenerHelper

java.lang.Object
  extended by com.liferay.portal.deploy.auto.PluginAutoDeployListenerHelper

public class PluginAutoDeployListenerHelper
extends Object


Constructor Summary
PluginAutoDeployListenerHelper(File file)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginAutoDeployListenerHelper

public PluginAutoDeployListenerHelper(File file)
Method Detail

isExtPlugin

public boolean isExtPlugin()

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)

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()

Liferay 7.0-ga1 portal-impl