net.sf.antcontrib.cpptasks.types
Class FlexLong

java.lang.Object
  extended by net.sf.antcontrib.cpptasks.types.FlexLong

public class FlexLong
extends java.lang.Object

Helper class which can be used for Ant task attribute setter methods to allow the build file to specify a long in either decimal, octal, or hexadecimal format. // FlexInteger author

Author:
Erik Hatcher
See Also:
FlexInteger

Constructor Summary
FlexLong(java.lang.String value)
          Constructor used by Ant's introspection mechanism for attribute population
 
Method Summary
 long longValue()
          Returns the decimal integer value
 java.lang.String toString()
          Overridden method to return the decimal value for display
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexLong

public FlexLong(java.lang.String value)
Constructor used by Ant's introspection mechanism for attribute population

Method Detail

longValue

public long longValue()
Returns the decimal integer value


toString

public java.lang.String toString()
Overridden method to return the decimal value for display

Overrides:
toString in class java.lang.Object


Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.