Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.auto.AutoDeployUtil

public class AutoDeployUtil
extends Object


Method Summary
static AutoDeployDir getDir(String name)
           
static AutoDeployUtil getInstance()
           
static void registerDir(AutoDeployDir autoDeployDir)
           
static void unregisterDir(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDir

public static AutoDeployDir getDir(String name)

getInstance

public static AutoDeployUtil getInstance()

registerDir

public static void registerDir(AutoDeployDir autoDeployDir)

unregisterDir

public static void unregisterDir(String name)

Liferay 6.1.2-ce-ga3