Liferay 7.0-ce-b8 portal-service

com.liferay.portal.kernel.deploy.auto
Class BaseAutoDeployListener

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

public abstract class BaseAutoDeployListener
extends Object
implements AutoDeployListener


Constructor Summary
BaseAutoDeployListener()
           
 
Method Summary
protected abstract  AutoDeployer buildAutoDeployer()
           
 int deploy(AutoDeploymentContext autoDeploymentContext)
           
protected abstract  String getPluginPathInfoMessage(File file)
           
protected abstract  String getSuccessMessage(File file)
           
 boolean isDeployable(AutoDeploymentContext autoDeploymentContext)
           
protected abstract  boolean isDeployable(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAutoDeployListener

public BaseAutoDeployListener()
Method Detail

deploy

public final int deploy(AutoDeploymentContext autoDeploymentContext)
                 throws AutoDeployException
Specified by:
deploy in interface AutoDeployListener
Throws:
AutoDeployException

isDeployable

public boolean isDeployable(AutoDeploymentContext autoDeploymentContext)
                     throws AutoDeployException
Specified by:
isDeployable in interface AutoDeployListener
Throws:
AutoDeployException

buildAutoDeployer

protected abstract AutoDeployer buildAutoDeployer()
                                           throws AutoDeployException
Throws:
AutoDeployException

getPluginPathInfoMessage

protected abstract String getPluginPathInfoMessage(File file)

getSuccessMessage

protected abstract String getSuccessMessage(File file)

isDeployable

protected abstract boolean isDeployable(File file)
                                 throws AutoDeployException
Throws:
AutoDeployException

Liferay 7.0-ce-b8 portal-service