|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.akquinet.chameria.services.ActivationUtils
public class ActivationUtils
Helper class to parse arguments. This class supports:
| Constructor Summary | |
|---|---|
ActivationUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
containsArgument(String[] args,
String arg)
Checks if the arguments contains the argument arg. |
static String |
getArgumentValue(String[] args,
String arg)
Gets the argument value. |
static String |
getOpenArgument(String[] args)
Gets the value of the '-open' argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationUtils()
| Method Detail |
|---|
public static boolean containsArgument(String[] args,
String arg)
arg.
args - the argumentsarg - the argument to find
true if the
public static String getArgumentValue(String[] args,
String arg)
args - the argumentsarg - the argument to find
null if not found.public static String getOpenArgument(String[] args)
args - the arguments
null if not found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||