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 --- .../antcontrib/cpptasks/ide/ProjectWriterEnum.html | 349 +++++++++++++++++++++ 1 file changed, 349 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html new file mode 100644 index 0000000..cf4b4d2 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html @@ -0,0 +1,349 @@ + + + + + + + +ProjectWriterEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.ide +
+Class ProjectWriterEnum

+
+java.lang.Object
+  extended by org.apache.tools.ant.types.EnumeratedAttribute
+      extended by net.sf.antcontrib.cpptasks.ide.ProjectWriterEnum
+
+
+
+
public final class ProjectWriterEnum
extends org.apache.tools.ant.types.EnumeratedAttribute
+ + +

+Enumeration of supported project file generators. + + Supported project generators + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cbuilderxBorland C++BuilderX
msvc5Microsoft Visual C++ 97
msvc6Microsoft Visual C++ 6
msvc7Microsoft Visual C++.NET
msvc71Microsoft Visual C++.NET 2003
msvc8Microsoft Visual C++ 2005
msvc9Microsoft Visual C++ 2008
xcodeApple Xcode
+

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
+  + + + + + + + + + + +
+Constructor Summary
ProjectWriterEnum() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ ProjectWritergetProjectWriter() + +
+          Gets ProjectWriter associated with enumeration value.
+ java.lang.String[]getValues() + +
+          Gets acceptible values for enumeration.
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getValue, indexOfValue, setValue, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ProjectWriterEnum

+
+public ProjectWriterEnum()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getProjectWriter

+
+public ProjectWriter getProjectWriter()
+
+
Gets ProjectWriter associated with enumeration value. +

+

+ +
Returns:
project writer
+
+
+
+ +

+getValues

+
+public java.lang.String[] getValues()
+
+
Gets acceptible values for enumeration. +

+

+
Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
+
+
+ +
Returns:
acceptible values
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3