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 boolean
getBoolean
(Map<String, String> arguments, String key, boolean defaultValue) static int
getInteger
(Map<String, String> arguments, String key, int defaultValue) static String
parseArguments
(String[] args) static void
processMainException
(Map<String, String> arguments, Exception exception)