Package org.apache.tools.ant.types
Class FlexInteger
- java.lang.Object
-
- org.apache.tools.ant.types.FlexInteger
-
public class FlexInteger extends java.lang.Object
Helper class which can be used for Ant task attribute setter methods to allow the build file to specify an integer in either decimal, octal, or hexadecimal format.- See Also:
Integer.decode(String)
-
-
Constructor Summary
Constructors Constructor Description FlexInteger(java.lang.String value)
Constructor used by Ant's introspection mechanism for attribute population
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
intValue()
Returns the decimal integer valuejava.lang.String
toString()
Overridden method to return the decimal value for display
-