Package com.liferay.portal.tools
Class ArgumentsUtil
Object
com.liferay.portal.tools.ArgumentsUtil
- Author:
- Shuyang Zhou, Raymond Augé, Gregory Amerson, Hugo Huijser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBoolean(Map<String, String> arguments, String key, boolean defaultValue) static intgetInteger(Map<String, String> arguments, String key, int defaultValue) static StringparseArguments(String[] args) static voidprocessMainException(Map<String, String> arguments, Exception exception)