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/ide/CommentDef.html | 295 ++++++++ .../net/sf/antcontrib/cpptasks/ide/DebugDef.html | 463 +++++++++++++ .../sf/antcontrib/cpptasks/ide/DependencyDef.html | 406 +++++++++++ .../net/sf/antcontrib/cpptasks/ide/ProjectDef.html | 760 +++++++++++++++++++++ .../sf/antcontrib/cpptasks/ide/ProjectWriter.html | 232 +++++++ .../antcontrib/cpptasks/ide/ProjectWriterEnum.html | 349 ++++++++++ .../cpptasks/ide/class-use/CommentDef.html | 177 +++++ .../cpptasks/ide/class-use/DebugDef.html | 141 ++++ .../cpptasks/ide/class-use/DependencyDef.html | 177 +++++ .../cpptasks/ide/class-use/ProjectDef.html | 326 +++++++++ .../cpptasks/ide/class-use/ProjectWriter.html | 272 ++++++++ .../cpptasks/ide/class-use/ProjectWriterEnum.html | 177 +++++ .../sf/antcontrib/cpptasks/ide/package-frame.html | 52 ++ .../antcontrib/cpptasks/ide/package-summary.html | 200 ++++++ .../sf/antcontrib/cpptasks/ide/package-tree.html | 161 +++++ .../sf/antcontrib/cpptasks/ide/package-use.html | 285 ++++++++ 16 files changed, 4473 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/CommentDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/DebugDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/DependencyDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriterEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/CommentDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DebugDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DependencyDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriter.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriterEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/package-frame.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/package-summary.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/package-tree.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/package-use.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/ide') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/CommentDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/CommentDef.html new file mode 100644 index 0000000..dd59804 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/CommentDef.html @@ -0,0 +1,295 @@ + + + + + + + +CommentDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.ide.CommentDef
+
+
+
+
public final class CommentDef
extends java.lang.Object
+ + +

+Defines a comment to place in the generated project files. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
CommentDef() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddText(java.lang.String newText) + +
+           
+ java.lang.StringgetText() + +
+           
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

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

+CommentDef

+
+public CommentDef()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getText

+
+public java.lang.String getText()
+
+
+
+
+
+
+ +

+addText

+
+public void addText(java.lang.String newText)
+
+
+
+
+
+
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/DebugDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/DebugDef.html new file mode 100644 index 0000000..ddd6346 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/DebugDef.html @@ -0,0 +1,463 @@ + + + + + + + +DebugDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+Specifies a debugging configuration for a project. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
+  + + + + + + + + + + +
+Constructor Summary
DebugDef() + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddEnv(org.apache.tools.ant.types.Environment.Variable var) + +
+          Add an environment variable.
+ org.apache.tools.ant.types.Commandline.ArgumentcreateArg() + +
+          Adds a command-line argument.
+ java.lang.String[]getArguments() + +
+          Returns all arguments defined by addLine, + addValue or the argument object.
+ java.io.FilegetDir() + +
+          Get the working directory of the process.
+ java.lang.StringgetExecutable() + +
+          Get the name of the executable program.
+ java.lang.String[]getVariables() + +
+          Get the variable list as an array.
+ voidsetDir(java.io.File d) + +
+          Set the working directory of the process.
+ voidsetExecutable(java.lang.String value) + +
+          Set the name of the executable program.
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+DebugDef

+
+public DebugDef()
+
+
Constructor. +

+

+ + + + + + + + +
+Method Detail
+ +

+setExecutable

+
+public void setExecutable(java.lang.String value)
+
+
Set the name of the executable program. +

+

+
Parameters:
value - the name of the executable program
+
+
+
+ +

+getExecutable

+
+public java.lang.String getExecutable()
+
+
Get the name of the executable program. +

+

+ +
Returns:
the name of the executable program, may be null.
+
+
+
+ +

+setDir

+
+public void setDir(java.io.File d)
+
+
Set the working directory of the process. +

+

+
Parameters:
d - the working directory of the process
+
+
+
+ +

+getDir

+
+public java.io.File getDir()
+
+
Get the working directory of the process. +

+

+ +
Returns:
the working directory of the process, may be null.
+
+
+
+ +

+addEnv

+
+public void addEnv(org.apache.tools.ant.types.Environment.Variable var)
+
+
Add an environment variable. +

+

+
Parameters:
var - new environment variable
+
+
+
+ +

+getVariables

+
+public java.lang.String[] getVariables()
+
+
Get the variable list as an array. +

+

+ +
Returns:
array of key=value assignment strings
+
+
+
+ +

+createArg

+
+public org.apache.tools.ant.types.Commandline.Argument createArg()
+
+
Adds a command-line argument. +

+

+ +
Returns:
new command line argument created
+
+
+
+ +

+getArguments

+
+public java.lang.String[] getArguments()
+
+
Returns all arguments defined by addLine, + addValue or the argument object. +

+

+ +
Returns:
array of command line arguments, may be zero-length.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/DependencyDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/DependencyDef.html new file mode 100644 index 0000000..21f6915 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/DependencyDef.html @@ -0,0 +1,406 @@ + + + + + + + +DependencyDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.ide.DependencyDef
+
+
+
+
public final class DependencyDef
extends java.lang.Object
+ + +

+Defines a dependency +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DependencyDef() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetDepends() + +
+           
+ java.util.ListgetDependsList() + +
+           
+ java.io.FilegetFile() + +
+           
+ java.lang.StringgetID() + +
+           
+ java.lang.StringgetName() + +
+           
+ voidsetDepends(java.lang.String val) + +
+           
+ voidsetFile(java.io.File val) + +
+           
+ voidsetID(java.lang.String val) + +
+           
+ voidsetName(java.lang.String val) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+DependencyDef

+
+public DependencyDef()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setID

+
+public void setID(java.lang.String val)
+
+
+
+
+
+
+ +

+getFile

+
+public java.io.File getFile()
+
+
+
+
+
+
+ +

+setFile

+
+public void setFile(java.io.File val)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String val)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getID

+
+public java.lang.String getID()
+
+
+
+
+
+
+ +

+getDepends

+
+public java.lang.String getDepends()
+
+
+
+
+
+
+ +

+setDepends

+
+public void setDepends(java.lang.String val)
+
+
+
+
+
+
+ +

+getDependsList

+
+public java.util.List getDependsList()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectDef.html new file mode 100644 index 0000000..285b7e6 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectDef.html @@ -0,0 +1,760 @@ + + + + + + + +ProjectDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+Requests the creation of an IDE project file. Experimental. + + Implementation status: msdev5, msdev6 and cbuilderx + generate reasonable project files for simple projects, + xcode and msdev7 and msdev71 capture source file lists and + a few settings. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
+  + + + + + + + + + + +
+Constructor Summary
ProjectDef() + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddComment(CommentDef comment) + +
+          Add comment for the generated project file.
+ voidaddDependency(DependencyDef dependency) + +
+          Add a dependency definition to the project.
+ voidexecute() + +
+          Required by documentation generator.
+ voidexecute(CCTask task, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Executes the task.
+ java.util.ListgetComments() + +
+           
+ java.util.ListgetDependencies() + +
+           
+ java.lang.StringgetName() + +
+          Get name.
+ java.io.FilegetObjdir() + +
+          Gets the object files directory.
+ voidgetObjdir(java.io.File oDir) + +
+          Sets the directory used for object files.
+ booleangetOverwrite() + +
+          Gets whether an existing project file should be overwritten, + default is true.
+ booleanisActive() + +
+          Determine if this def should be used.
+ voidsetClassname(java.lang.String className) + +
+          Class name for a user-supplied project writer.
+ voidsetFailonerror(boolean value) + +
+          Sets whether a failure to write the project file should cause the + task to fail.
+ voidsetIf(java.lang.String propName) + +
+          Sets the property name for the 'if' condition.
+ voidsetName(java.lang.String value) + +
+          Set name.
+ voidsetOutfile(java.io.File outfile) + +
+          Sets the name for the generated project file.
+ voidsetOverwrite(boolean value) + +
+          Sets whether an existing project file should be overwritten, + default is true.
+ voidsetType(ProjectWriterEnum value) + +
+          Set project type.
+ voidsetUnless(java.lang.String propName) + +
+          Set the property name for the 'unless' condition.
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ProjectDef

+
+public ProjectDef()
+
+
Constructor. +

+

+ + + + + + + + +
+Method Detail
+ +

+setType

+
+public void setType(ProjectWriterEnum value)
+
+
Set project type. + + + Supported project formats + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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
+

+

+
Parameters:
value - new value
+
+
+
+ +

+setOutfile

+
+public void setOutfile(java.io.File outfile)
+
+
Sets the name for the generated project file. +

+

+
Parameters:
outfile - output file name
+
+
+
+ +

+setFailonerror

+
+public void setFailonerror(boolean value)
+
+
Sets whether a failure to write the project file should cause the + task to fail. Default is true. +

+

+
Parameters:
value - new value
+
+
+
+ +

+setOverwrite

+
+public void setOverwrite(boolean value)
+
+
Sets whether an existing project file should be overwritten, + default is true. If false and the project file exists, + the value of failonerror will determine if the task fails. +

+

+
Parameters:
value - new value
+
+
+
+ +

+getOverwrite

+
+public boolean getOverwrite()
+
+
Gets whether an existing project file should be overwritten, + default is true. If false and the project file exists, + the value of failonerror will determine if the task fails. +

+

+ +
Returns:
value
+
+
+
+ +

+isActive

+
+public boolean isActive()
+
+
Determine if this def should be used. + + Definition will be active if the "if" variable (if specified) is set and + the "unless" variable (if specified) is not set and that all reference + or extended definitions are active +

+

+ +
Returns:
true if processor is active
+
+
+
+ +

+setClassname

+
+public void setClassname(java.lang.String className)
+
+
Class name for a user-supplied project writer. Use the "type" + attribute to specify built-in project writer implementations. +

+

+
Parameters:
className - full class name
+
+
+
+ +

+setIf

+
+public void setIf(java.lang.String propName)
+
+
Sets the property name for the 'if' condition. + + The configuration will be ignored unless the property is defined. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") will throw an exception when + evaluated. +

+

+
Parameters:
propName - name of property
+
+
+
+ +

+setUnless

+
+public void setUnless(java.lang.String propName)
+
+
Set the property name for the 'unless' condition. + + If named property is set, the configuration will be ignored. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") of the behavior will throw an + exception when evaluated. +

+

+
Parameters:
propName - name of property
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
Get name. +

+

+ +
Returns:
String name
+
+
+
+ +

+setName

+
+public void setName(java.lang.String value)
+
+
Set name. +

+

+
Parameters:
value - String name
+
+
+
+ +

+execute

+
+public void execute(CCTask task,
+                    java.util.List sources,
+                    java.util.Hashtable targets,
+                    TargetInfo linkTarget)
+
+
Executes the task. Compiles the given files. +

+

+
Parameters:
task - cc task
sources - source files (includes headers)
targets - compilation targets
linkTarget - link target
+
+
+
+ +

+getObjdir

+
+public java.io.File getObjdir()
+
+
Gets the object files directory. +

+

+ +
Returns:
directory, may be null.
+
+
+
+ +

+getObjdir

+
+public void getObjdir(java.io.File oDir)
+
+
Sets the directory used for object files. If not specified, + the object files directory from cc task will be used. +

+

+
Parameters:
oDir - object file directory.
+
+
+
+ +

+addDependency

+
+public void addDependency(DependencyDef dependency)
+
+
Add a dependency definition to the project. +

+

+
Parameters:
dependency - dependency.
+
+
+
+ +

+getDependencies

+
+public java.util.List getDependencies()
+
+
+
+
+
+
+ +

+addComment

+
+public void addComment(CommentDef comment)
+
+
Add comment for the generated project file. +

+

+
Parameters:
comment - comment, may not be null.
+
+
+
+ +

+getComments

+
+public java.util.List getComments()
+
+
+
+
+
+
+ +

+execute

+
+public void execute()
+
+
Required by documentation generator. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html new file mode 100644 index 0000000..1c7d3bd --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html @@ -0,0 +1,232 @@ + + + + + + + +ProjectWriter (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.ide +
+Interface ProjectWriter

+
+
All Known Implementing Classes:
CBuilderXProjectWriter, DevStudioProjectWriter, VisualStudioNETProjectWriter, XcodeProjectWriter
+
+
+
+
public interface ProjectWriter
+ + +

+Project writer interface. +

+ +

+

+
Author:
+
curta
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidwriteProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+ + + + + + + + +
+Method Detail
+ +

+writeProject

+
+void writeProject(java.io.File baseName,
+                  CCTask task,
+                  ProjectDef projectDef,
+                  java.util.List files,
+                  java.util.Hashtable targets,
+                  TargetInfo linkTarget)
+                  throws java.io.IOException,
+                         org.xml.sax.SAXException
+
+
Write project definition file. +

+

+
Parameters:
baseName - File name base, writer may append appropriate extension
task - task
projectDef - project element
files - source and header files
targets - compilation targets
linkTarget - link target +
Throws: +
java.io.IOException - if I/O error is encountered +
org.xml.sax.SAXException - if I/O error during XML serialization
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + 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. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/CommentDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/CommentDef.html new file mode 100644 index 0000000..4a6efc6 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/CommentDef.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ide.CommentDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ide.CommentDef

+
+ + + + + + + + + +
+Packages that use CommentDef
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of CommentDef in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type CommentDef
+ voidProjectDef.addComment(CommentDef comment) + +
+          Add comment for the generated project file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DebugDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DebugDef.html new file mode 100644 index 0000000..d11e3c6 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DebugDef.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ide.DebugDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ide.DebugDef

+
+No usage of net.sf.antcontrib.cpptasks.ide.DebugDef +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DependencyDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DependencyDef.html new file mode 100644 index 0000000..26e6115 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/DependencyDef.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ide.DependencyDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ide.DependencyDef

+
+ + + + + + + + + +
+Packages that use DependencyDef
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of DependencyDef in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type DependencyDef
+ voidProjectDef.addDependency(DependencyDef dependency) + +
+          Add a dependency definition to the project.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html new file mode 100644 index 0000000..b09a105 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html @@ -0,0 +1,326 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ide.ProjectDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ide.ProjectDef

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ProjectDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ProjectDef
+ voidCCTask.addProject(ProjectDef projectDef) + +
+          Specifies the generation of IDE project file.
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type ProjectDef
+ voidXcodeProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type ProjectDef
+ voidCBuilderXProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type ProjectDef
+ voidVisualStudioNETProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ voidDevStudioProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type ProjectDef
+ voidProjectWriter.writeProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriter.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriter.html new file mode 100644 index 0000000..1b7ae11 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriter.html @@ -0,0 +1,272 @@ + + + + + + + +Uses of Interface net.sf.antcontrib.cpptasks.ide.ProjectWriter (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
net.sf.antcontrib.cpptasks.ide.ProjectWriter

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ProjectWriter
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of ProjectWriter in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.apple that implement ProjectWriter
+ classXcodeProjectWriter + +
+          Writes a Apple Xcode 2.1+ project directory.
+  +

+ + + + + +
+Uses of ProjectWriter in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.borland that implement ProjectWriter
+ classCBuilderXProjectWriter + +
+          Writes a CBuilderX 1.0 project file.
+  +

+ + + + + +
+Uses of ProjectWriter in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.devstudio that implement ProjectWriter
+ classDevStudioProjectWriter + +
+          Writes a Microsoft Visual Studio 97 or Visual Studio 6 project file.
+ classVisualStudioNETProjectWriter + +
+          Writes a Visual Studio.NET project file.
+  +

+ + + + + +
+Uses of ProjectWriter in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide that return ProjectWriter
+ ProjectWriterProjectWriterEnum.getProjectWriter() + +
+          Gets ProjectWriter associated with enumeration value.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriterEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriterEnum.html new file mode 100644 index 0000000..8b4f33a --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectWriterEnum.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ide.ProjectWriterEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+ + + + + + + + + +
+Packages that use ProjectWriterEnum
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of ProjectWriterEnum in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type ProjectWriterEnum
+ voidProjectDef.setType(ProjectWriterEnum value) + +
+          Set project type.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-frame.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-frame.html new file mode 100644 index 0000000..e2b5d33 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-frame.html @@ -0,0 +1,52 @@ + + + + + + + +net.sf.antcontrib.cpptasks.ide (cpptasks 1.0b5 API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.ide + + + + +
+Interfaces  + +
+ProjectWriter
+ + + + + + +
+Classes  + +
+CommentDef +
+DebugDef +
+DependencyDef +
+ProjectDef +
+ProjectWriterEnum
+ + + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-summary.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-summary.html new file mode 100644 index 0000000..b12400f --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-summary.html @@ -0,0 +1,200 @@ + + + + + + + +net.sf.antcontrib.cpptasks.ide (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.ide +

+IDE project file generation. +

+See: +
+          Description +

+ + + + + + + + + +
+Interface Summary
ProjectWriterProject writer interface.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
CommentDefDefines a comment to place in the generated project files.
DebugDefSpecifies a debugging configuration for a project.
DependencyDefDefines a dependency
ProjectDefRequests the creation of an IDE project file.
ProjectWriterEnumEnumeration of supported project file generators.
+  + +

+

+Package net.sf.antcontrib.cpptasks.ide Description +

+ +

+IDE project file generation. +

+ +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-tree.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-tree.html new file mode 100644 index 0000000..2d4f9ae --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-tree.html @@ -0,0 +1,161 @@ + + + + + + + +net.sf.antcontrib.cpptasks.ide Class Hierarchy (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.sf.antcontrib.cpptasks.ide +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-use.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-use.html new file mode 100644 index 0000000..1430536 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/package-use.html @@ -0,0 +1,285 @@ + + + + + + + +Uses of Package net.sf.antcontrib.cpptasks.ide (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.sf.antcontrib.cpptasks.ide

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use net.sf.antcontrib.cpptasks.ide
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.ide used by net.sf.antcontrib.cpptasks
ProjectDef + +
+          Requests the creation of an IDE project file.
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.ide used by net.sf.antcontrib.cpptasks.apple
ProjectDef + +
+          Requests the creation of an IDE project file.
ProjectWriter + +
+          Project writer interface.
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.ide used by net.sf.antcontrib.cpptasks.borland
ProjectDef + +
+          Requests the creation of an IDE project file.
ProjectWriter + +
+          Project writer interface.
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.ide used by net.sf.antcontrib.cpptasks.devstudio
ProjectDef + +
+          Requests the creation of an IDE project file.
ProjectWriter + +
+          Project writer interface.
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.ide used by net.sf.antcontrib.cpptasks.ide
CommentDef + +
+          Defines a comment to place in the generated project files.
DependencyDef + +
+          Defines a dependency
ProjectDef + +
+          Requests the creation of an IDE project file.
ProjectWriter + +
+          Project writer interface.
ProjectWriterEnum + +
+          Enumeration of supported project file generators.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3