Liferay 7.0-ga1 portal-impl

com.liferay.portal.deploy.auto
Class ThemeAutoDeployListener

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
      extended by com.liferay.portal.deploy.auto.ThemeAutoDeployListener
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.auto.AutoDeployListener

public class ThemeAutoDeployListener
extends com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener


Constructor Summary
ThemeAutoDeployListener()
           
 
Method Summary
protected  com.liferay.portal.kernel.deploy.auto.AutoDeployer buildAutoDeployer()
           
protected  String getPluginPathInfoMessage(File file)
           
protected  String getSuccessMessage(File file)
           
protected  boolean isDeployable(File file)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
deploy, isDeployable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeAutoDeployListener

public ThemeAutoDeployListener()
Method Detail

buildAutoDeployer

protected com.liferay.portal.kernel.deploy.auto.AutoDeployer buildAutoDeployer()
Specified by:
buildAutoDeployer in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener

getPluginPathInfoMessage

protected String getPluginPathInfoMessage(File file)
Specified by:
getPluginPathInfoMessage in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener

getSuccessMessage

protected String getSuccessMessage(File file)
Specified by:
getSuccessMessage in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener

isDeployable

protected boolean isDeployable(File file)
                        throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Specified by:
isDeployable in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

Liferay 7.0-ga1 portal-impl