Package org.apache.sqoop.lib
Class BooleanParser
- java.lang.Object
-
- org.apache.sqoop.lib.BooleanParser
-
public final class BooleanParser extends java.lang.ObjectParse string representations of boolean values into boolean scalar types.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanvalueOf(java.lang.String s)Return a boolean based on the value contained in the string.
-