Class InitBundleTask
java.lang.Object
com.liferay.portal.tools.bundle.support.commands.BaseCommand
com.liferay.portal.tools.bundle.support.commands.DownloadCommand
com.liferay.portal.tools.bundle.support.commands.InitBundleCommand
com.liferay.portal.tools.bundle.support.ant.InitBundleTask
- All Implemented Interfaces:
Command,StreamLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()protected voidonProgress(String message) protected voidvoidsetProject(org.apache.tools.ant.Project project) Methods inherited from class com.liferay.portal.tools.bundle.support.commands.InitBundleCommand
getConfigsDir, getConfigsDirs, getEnvironment, getProvidedModules, getStripComponents, setConfigsDir, setConfigsDirs, setEnvironment, setProvidedModules, setStripComponentsMethods inherited from class com.liferay.portal.tools.bundle.support.commands.DownloadCommand
getCacheDir, getConnectionTimeout, getDownloadPath, getPassword, getTokenFile, getUrl, getUserName, isQuiet, isToken, onCompleted, onProgress, onStarted, setCacheDir, setConnectionTimeout, setPassword, setQuiet, setToken, setTokenFile, setUrl, setUserNameMethods inherited from class com.liferay.portal.tools.bundle.support.commands.BaseCommand
getLiferayHomeDir, setLiferayHomeDir
-
Constructor Details
-
InitBundleTask
public InitBundleTask()
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfaceCommand- Overrides:
executein classInitBundleCommand
-
setProject
public void setProject(org.apache.tools.ant.Project project) -
onProgress
- Overrides:
onProgressin classDownloadCommand
-
onStarted
- Overrides:
onStartedin classDownloadCommand
-