From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../net/sf/antcontrib/cpptasks/types/FlexLong.html | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/types/FlexLong.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/types/FlexLong.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/types/FlexLong.html b/site/apidocs/net/sf/antcontrib/cpptasks/types/FlexLong.html new file mode 100644 index 0000000..a2718a5 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/types/FlexLong.html @@ -0,0 +1,291 @@ + + + + + + + +FlexLong (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+ longlongValue() + +
+          Returns the decimal integer value
+ java.lang.StringtoString() + +
+          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. + + -- cgit v1.2.3