com.ctc.wstx.util
Class ArgUtil
java.lang.Object
com.ctc.wstx.util.ArgUtil
public final class ArgUtil
- extends Object
Simple static utility class that contains (static) utility methods useful
when parsing non-typesafe arguments (String-only configuration, command
line args).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convertToBoolean
public static boolean convertToBoolean(String prop,
Object value)
convertToInt
public static int convertToInt(String prop,
Object value,
int minValue)
Copyright © 2011 Codehaus. All Rights Reserved.