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 --- .../cpptasks/openwatcom/OpenWatcomCCompiler.html | 345 ++++++++++ .../cpptasks/openwatcom/OpenWatcomCLinker.html | 311 ++++++++++ .../cpptasks/openwatcom/OpenWatcomCompiler.html | 536 ++++++++++++++++ .../openwatcom/OpenWatcomFortranCompiler.html | 345 ++++++++++ .../openwatcom/OpenWatcomFortranLinker.html | 311 ++++++++++ .../cpptasks/openwatcom/OpenWatcomLibrarian.html | 691 +++++++++++++++++++++ .../cpptasks/openwatcom/OpenWatcomLinker.html | 676 ++++++++++++++++++++ .../cpptasks/openwatcom/OpenWatcomProcessor.html | 385 ++++++++++++ .../openwatcom/class-use/OpenWatcomCCompiler.html | 177 ++++++ .../openwatcom/class-use/OpenWatcomCLinker.html | 177 ++++++ .../openwatcom/class-use/OpenWatcomCompiler.html | 185 ++++++ .../class-use/OpenWatcomFortranCompiler.html | 177 ++++++ .../class-use/OpenWatcomFortranLinker.html | 177 ++++++ .../openwatcom/class-use/OpenWatcomLibrarian.html | 177 ++++++ .../openwatcom/class-use/OpenWatcomLinker.html | 185 ++++++ .../openwatcom/class-use/OpenWatcomProcessor.html | 141 +++++ .../cpptasks/openwatcom/package-frame.html | 47 ++ .../cpptasks/openwatcom/package-summary.html | 198 ++++++ .../cpptasks/openwatcom/package-tree.html | 167 +++++ .../cpptasks/openwatcom/package-use.html | 203 ++++++ 20 files changed, 5611 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLibrarian.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomProcessor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomFortranCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomFortranLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomLibrarian.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomProcessor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-frame.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-summary.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-tree.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-use.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/openwatcom') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCCompiler.html new file mode 100644 index 0000000..0050123 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCCompiler.html @@ -0,0 +1,345 @@ + + + + + + + +OpenWatcomCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomCCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCompiler
+                  extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public final class OpenWatcomCCompiler
extends OpenWatcomCompiler
+ + +

+Adapter for the OpenWatcom C Compiler. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ParsercreateParser(java.io.File source) + +
+          Create parser.
+static OpenWatcomCCompilergetInstance() + +
+          Get compiler.
+ LinkergetLinker(LinkType type) + +
+          Get linker.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCompiler
addImpliedArgs, addWarningSwitch, changeEnvironment, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getMaximumCommandLength, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
+  +

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

+getInstance

+
+public static OpenWatcomCCompiler getInstance()
+
+
Get compiler. +

+

+ +
Returns:
OpenWatcomCCompiler compiler
+
+
+
+ +

+createParser

+
+public Parser createParser(java.io.File source)
+
+
Create parser. +

+

+
Specified by:
createParser in class AbstractCompiler
+
+
+
Parameters:
source - File file to be parsed. +
Returns:
Parser parser
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Get linker. +

+

+
Parameters:
type - link type +
Returns:
linker
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCLinker.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCLinker.html new file mode 100644 index 0000000..8881846 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCLinker.html @@ -0,0 +1,311 @@ + + + + + + + +OpenWatcomCLinker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomCLinker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker
+                  extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCLinker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public final class OpenWatcomCLinker
extends OpenWatcomLinker
+ + +

+Adapter for the OpenWatcom linker. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + +
+Method Summary
+static OpenWatcomCLinkergetInstance() + +
+          Get linker instance.
+ LinkergetLinker(LinkType type) + +
+          Get linker.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addMap, addStack, addVersionFiles, getCommandFileSwitch, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileSwitch, isCaseSensitive
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

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

+getInstance

+
+public static OpenWatcomCLinker getInstance()
+
+
Get linker instance. +

+

+ +
Returns:
OpenWatcomCLinker linker
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Get linker. +

+

+
Parameters:
type - LinkType link type +
Returns:
Linker linker
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCompiler.html new file mode 100644 index 0000000..1fb09b8 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomCompiler.html @@ -0,0 +1,536 @@ + + + + + + + +OpenWatcomCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
Direct Known Subclasses:
OpenWatcomCCompiler, OpenWatcomFortranCompiler
+
+
+
+
public abstract class OpenWatcomCompiler
extends CommandLineCompiler
+ + +

+An abstract base class for the OpenWatcom C and Fortran compilers. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + +
+Constructor Summary
+protected OpenWatcomCompiler(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] sourceExtensions, + java.lang.String[] headerExtensions, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add implied arguments.
+protected  voidaddWarningSwitch(java.util.Vector args, + int level) + +
+          Add warning switch.
+ ProcessorchangeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          Change enviroment.
+protected  voidgetDefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define, + java.lang.String value) + +
+          Get define switch.
+protected  java.io.File[]getEnvironmentIncludePath() + +
+          Get include path from environment.
+protected  java.lang.StringgetIncludeDirSwitch(java.lang.String includeDir) + +
+          Get include directory switch.
+ intgetMaximumCommandLength() + +
+          Get maximum command line length.
+protected  voidgetUndefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define) + +
+          Get undefine switch.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, createParser, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid, getLinker
+  +

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

+OpenWatcomCompiler

+
+protected OpenWatcomCompiler(java.lang.String command,
+                             java.lang.String identifierArg,
+                             java.lang.String[] sourceExtensions,
+                             java.lang.String[] headerExtensions,
+                             boolean newEnvironment,
+                             org.apache.tools.ant.types.Environment env)
+
+
Constructor. +

+

+
Parameters:
command - String command
identifierArg - String identifier
sourceExtensions - String[] source extension
headerExtensions - String[] header extension
newEnvironment - boolean use new enviroment
env - Environment environment
+
+ + + + + + + + +
+Method Detail
+ +

+addImpliedArgs

+
+protected final void addImpliedArgs(java.util.Vector args,
+                                    boolean debug,
+                                    boolean multithreaded,
+                                    boolean exceptions,
+                                    LinkType linkType,
+                                    java.lang.Boolean rtti,
+                                    OptimizationEnum optimization)
+
+
Add implied arguments. +

+

+
Specified by:
addImpliedArgs in class CommandLineCompiler
+
+
+
Parameters:
args - Vector command line arguments
debug - boolean is debug
multithreaded - boolean multithreaderd
exceptions - boolean support exceptions
linkType - LinkType link type
rtti - Boolean run time type information
optimization - OptimizationEnum
+
+
+
+ +

+addWarningSwitch

+
+protected final void addWarningSwitch(java.util.Vector args,
+                                      int level)
+
+
Add warning switch. +

+

+
Specified by:
addWarningSwitch in class CommandLineCompiler
+
+
+
Parameters:
args - Vector command line arguments
level - int warning level
+
+
+
+ +

+changeEnvironment

+
+public final Processor changeEnvironment(boolean newEnvironment,
+                                         org.apache.tools.ant.types.Environment env)
+
+
Change enviroment. +

+

+
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in class AbstractProcessor
+
+
+
Parameters:
newEnvironment - boolean use new enviroment
env - Environment environment +
Returns:
Processor modified processor
+
+
+
+ +

+getDefineSwitch

+
+protected final void getDefineSwitch(java.lang.StringBuffer buffer,
+                                     java.lang.String define,
+                                     java.lang.String value)
+
+
Get define switch. +

+

+
Specified by:
getDefineSwitch in class CommandLineCompiler
+
+
+
Parameters:
buffer - StringBuffer buffer
define - String preprocessor macro
value - String value, may be null.
+
+
+
+ +

+getEnvironmentIncludePath

+
+protected final java.io.File[] getEnvironmentIncludePath()
+
+
Get include path from environment. +

+

+
Specified by:
getEnvironmentIncludePath in class CommandLineCompiler
+
+
+ +
Returns:
File[]
+
+
+
+ +

+getIncludeDirSwitch

+
+protected final java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
+
+
Get include directory switch. +

+

+
Specified by:
getIncludeDirSwitch in class CommandLineCompiler
+
+
+
Parameters:
includeDir - String include directory +
Returns:
String command line argument
+
+
+
+ +

+getMaximumCommandLength

+
+public final int getMaximumCommandLength()
+
+
Get maximum command line length. +

+

+
Specified by:
getMaximumCommandLength in class CommandLineCompiler
+
+
+ +
Returns:
int maximum command line length
+
+
+
+ +

+getUndefineSwitch

+
+protected final void getUndefineSwitch(java.lang.StringBuffer buffer,
+                                       java.lang.String define)
+
+
Get undefine switch. +

+

+
Specified by:
getUndefineSwitch in class CommandLineCompiler
+
+
+
Parameters:
buffer - StringBuffer argument destination
define - String preprocessor macro
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranCompiler.html new file mode 100644 index 0000000..b25b654 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranCompiler.html @@ -0,0 +1,345 @@ + + + + + + + +OpenWatcomFortranCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomFortranCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCompiler
+                  extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomFortranCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public final class OpenWatcomFortranCompiler
extends OpenWatcomCompiler
+ + +

+Adapter for the OpenWatcom Fortran compiler. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ParsercreateParser(java.io.File source) + +
+          Create dependency parser.
+static OpenWatcomFortranCompilergetInstance() + +
+          Get instance.
+ LinkergetLinker(LinkType type) + +
+          Get linker.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCompiler
addImpliedArgs, addWarningSwitch, changeEnvironment, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getMaximumCommandLength, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
+  +

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

+getInstance

+
+public static OpenWatcomFortranCompiler getInstance()
+
+
Get instance. +

+

+ +
Returns:
OpenWatcomFortranCompiler compiler instance
+
+
+
+ +

+createParser

+
+public Parser createParser(java.io.File source)
+
+
Create dependency parser. +

+

+
Specified by:
createParser in class AbstractCompiler
+
+
+
Parameters:
source - File source file +
Returns:
Parser parser
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Get linker. +

+

+
Parameters:
type - link type +
Returns:
linker
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranLinker.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranLinker.html new file mode 100644 index 0000000..ae8810d --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomFortranLinker.html @@ -0,0 +1,311 @@ + + + + + + + +OpenWatcomFortranLinker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomFortranLinker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker
+                  extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomFortranLinker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public final class OpenWatcomFortranLinker
extends OpenWatcomLinker
+ + +

+Adapter for the OpenWatcom Fortran linker. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + +
+Method Summary
+static OpenWatcomFortranLinkergetInstance() + +
+          Get instance.
+ LinkergetLinker(LinkType type) + +
+          Get linker.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addMap, addStack, addVersionFiles, getCommandFileSwitch, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileSwitch, isCaseSensitive
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

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

+getInstance

+
+public static OpenWatcomFortranLinker getInstance()
+
+
Get instance. +

+

+ +
Returns:
OpenWatcomFortranLinker linker
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Get linker. +

+

+
Parameters:
type - LinkType link type +
Returns:
Linker linker
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLibrarian.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLibrarian.html new file mode 100644 index 0000000..b31394f --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLibrarian.html @@ -0,0 +1,691 @@ + + + + + + + +OpenWatcomLibrarian (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomLibrarian

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLibrarian
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public final class OpenWatcomLibrarian
extends CommandLineLinker
+ + +

+Adapter for the OpenWatcom Librarian. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddBase(long base, + java.util.Vector args) + +
+          Add base address.
+protected  voidaddEntry(java.lang.String entry, + java.util.Vector args) + +
+          Add alternative entry point.
+protected  voidaddFixed(java.lang.Boolean fixed, + java.util.Vector args) + +
+          Add fixed parameter.
+protected  voidaddImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+          Add implied arguments.
+protected  voidaddIncremental(boolean incremental, + java.util.Vector args) + +
+          Add incremental option.
+protected  voidaddMap(boolean map, + java.util.Vector args) + +
+          Add map option.
+protected  voidaddStack(int stack, + java.util.Vector args) + +
+          Add stack size option.
+protected  java.lang.StringgetCommandFileSwitch(java.lang.String cmdFile) + +
+          Get command file switch.
+static OpenWatcomLibrariangetInstance() + +
+          Singleton accessor.
+ java.io.File[]getLibraryPath() + +
+          Get library search path.
+ java.lang.String[]getLibraryPatterns(java.lang.String[] libnames, + LibraryTypeEnum libType) + +
+          Get file selectors for specified library names.
+ LinkergetLinker(LinkType type) + +
+          Get linker.
+ intgetMaximumCommandLength() + +
+          Gets maximum command line.
+ java.lang.String[]getOutputFileSwitch(java.lang.String outFile) + +
+          Create output file switch.
+ booleanisCaseSensitive() + +
+          Gets case-sensisitivity of processor.
+ voidlink(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Builds a library.
+protected  java.lang.String[]prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
addVersionFiles, bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

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

+getInstance

+
+public static OpenWatcomLibrarian getInstance()
+
+
Singleton accessor. +

+

+ +
Returns:
OpenWatcomLibrarian librarian instance
+
+
+
+ +

+addBase

+
+protected void addBase(long base,
+                       java.util.Vector args)
+
+
Add base address. +

+

+
Specified by:
addBase in class CommandLineLinker
+
+
+
Parameters:
base - long base address
args - Vector command line arguments
+
+
+
+ +

+addEntry

+
+protected void addEntry(java.lang.String entry,
+                        java.util.Vector args)
+
+
Add alternative entry point. +

+

+
Specified by:
addEntry in class CommandLineLinker
+
+
+
Parameters:
entry - String entry point
args - Vector command line arguments
+
+
+
+ +

+addFixed

+
+protected void addFixed(java.lang.Boolean fixed,
+                        java.util.Vector args)
+
+
Add fixed parameter. +

+

+
Specified by:
addFixed in class CommandLineLinker
+
+
+
Parameters:
fixed - Boolean true if fixed
args - Vector command line arguments
+
+
+
+ +

+addImpliedArgs

+
+protected void addImpliedArgs(boolean debug,
+                              LinkType linkType,
+                              java.util.Vector args)
+
+
Add implied arguments. +

+

+
Specified by:
addImpliedArgs in class CommandLineLinker
+
+
+
Parameters:
debug - boolean true if debugging
linkType - LinkType link type
args - Vector command line arguments
+
+
+
+ +

+addIncremental

+
+protected void addIncremental(boolean incremental,
+                              java.util.Vector args)
+
+
Add incremental option. +

+

+
Specified by:
addIncremental in class CommandLineLinker
+
+
+
Parameters:
incremental - boolean true if incremental
args - Vector command line arguments
+
+
+
+ +

+addMap

+
+protected void addMap(boolean map,
+                      java.util.Vector args)
+
+
Add map option. +

+

+
Specified by:
addMap in class CommandLineLinker
+
+
+
Parameters:
map - boolean true to create map file
args - Vector command line argument
+
+
+
+ +

+addStack

+
+protected void addStack(int stack,
+                        java.util.Vector args)
+
+
Add stack size option. +

+

+
Specified by:
addStack in class CommandLineLinker
+
+
+
Parameters:
stack - int stack size
args - Vector command line arguments
+
+
+
+ +

+getCommandFileSwitch

+
+protected java.lang.String getCommandFileSwitch(java.lang.String cmdFile)
+
+
Get command file switch. +

+

+
Specified by:
getCommandFileSwitch in class CommandLineLinker
+
+
+
Parameters:
cmdFile - String command file +
Returns:
String command file switch
+
+
+
+ +

+getLibraryPath

+
+public java.io.File[] getLibraryPath()
+
+
Get library search path. +

+

+ +
Returns:
File[] library search path
+
+
+
+ +

+getLibraryPatterns

+
+public java.lang.String[] getLibraryPatterns(java.lang.String[] libnames,
+                                             LibraryTypeEnum libType)
+
+
Get file selectors for specified library names. +

+

+
Parameters:
libnames - String[] library names
libType - LibraryTypeEnum library type enum +
Returns:
String[] file selection patterns
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Get linker. +

+

+
Parameters:
type - LinkType link type +
Returns:
Linker linker
+
+
+
+ +

+getMaximumCommandLength

+
+public int getMaximumCommandLength()
+
+
Gets maximum command line. +

+

+
Specified by:
getMaximumCommandLength in class CommandLineLinker
+
+
+ +
Returns:
int maximum command line
+
+
+
+ +

+getOutputFileSwitch

+
+public java.lang.String[] getOutputFileSwitch(java.lang.String outFile)
+
+
Create output file switch. +

+

+
Specified by:
getOutputFileSwitch in class CommandLineLinker
+
+
+
Parameters:
outFile - String output file switch +
Returns:
String[] output file switch
+
+
+
+ +

+isCaseSensitive

+
+public boolean isCaseSensitive()
+
+
Gets case-sensisitivity of processor. +

+

+ +
Returns:
boolean true if case sensitive
+
+
+
+ +

+link

+
+public void link(CCTask task,
+                 java.io.File outputFile,
+                 java.lang.String[] sourceFiles,
+                 CommandLineLinkerConfiguration config)
+
+
Builds a library. +

+

+
Overrides:
link in class CommandLineLinker
+
+
+
Parameters:
task - task
outputFile - generated library
sourceFiles - object files
config - linker configuration
+
+
+
+ +

+prepareArguments

+
+protected java.lang.String[] prepareArguments(CCTask task,
+                                              java.lang.String outputDir,
+                                              java.lang.String outputName,
+                                              java.lang.String[] sourceFiles,
+                                              CommandLineLinkerConfiguration config)
+
+
Prepares argument list for exec command. +

+

+
Overrides:
prepareArguments in class CommandLineLinker
+
+
+
Parameters:
task - task
outputDir - output directory
outputName - output file name
sourceFiles - object files
config - linker configuration +
Returns:
arguments for runTask
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLinker.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLinker.html new file mode 100644 index 0000000..2579bf2 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomLinker.html @@ -0,0 +1,676 @@ + + + + + + + +OpenWatcomLinker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomLinker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
Direct Known Subclasses:
OpenWatcomCLinker, OpenWatcomFortranLinker
+
+
+
+
public abstract class OpenWatcomLinker
extends CommandLineLinker
+ + +

+Adapter for the OpenWatcom linker. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + +
+Constructor Summary
+protected OpenWatcomLinker(java.lang.String command, + java.lang.String outputSuffix) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddBase(long base, + java.util.Vector args) + +
+          Add specified base address to linker options.
+protected  voidaddEntry(java.lang.String entry, + java.util.Vector args) + +
+          Adds non-default entry point.
+protected  voidaddFixed(java.lang.Boolean fixed, + java.util.Vector args) + +
+          Adds fixed option.
+protected  voidaddImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+          Adds other command line parameters.
+protected  voidaddIncremental(boolean incremental, + java.util.Vector args) + +
+          Add command line switch to force incremental linking.
+protected  voidaddMap(boolean map, + java.util.Vector args) + +
+          Add command line switch to force map generation.
+protected  voidaddStack(int stack, + java.util.Vector args) + +
+          Add command line switch for stack reservation.
+ voidaddVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ java.lang.StringgetCommandFileSwitch(java.lang.String commandFile) + +
+          Get command file switch.
+ java.io.File[]getLibraryPath() + +
+          Get search path for libraries.
+ java.lang.String[]getLibraryPatterns(java.lang.String[] libnames, + LibraryTypeEnum libType) + +
+          Get file selectors for libraries.
+ intgetMaximumCommandLength() + +
+          Get maximum command line length.
+ java.lang.String[]getOutputFileSwitch(java.lang.String outFile) + +
+          Get output file switch.
+ booleanisCaseSensitive() + +
+          Gets file name sensitivity of processors.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Linker
getLinker
+  +

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

+OpenWatcomLinker

+
+protected OpenWatcomLinker(java.lang.String command,
+                           java.lang.String outputSuffix)
+
+
Constructor. +

+

+
Parameters:
command - String command string (wcl386 or wfl386)
outputSuffix - String output suffix
+
+ + + + + + + + +
+Method Detail
+ +

+addBase

+
+protected final void addBase(long base,
+                             java.util.Vector args)
+
+
Add specified base address to linker options. +

+

+
Specified by:
addBase in class CommandLineLinker
+
+
+
Parameters:
base - long base address
args - Vector command options
+
+
+
+ +

+addEntry

+
+protected final void addEntry(java.lang.String entry,
+                              java.util.Vector args)
+
+
Adds non-default entry point. +

+

+
Specified by:
addEntry in class CommandLineLinker
+
+
+
Parameters:
entry - entry point name
args - command line parameters
+
+
+
+ +

+addFixed

+
+protected final void addFixed(java.lang.Boolean fixed,
+                              java.util.Vector args)
+
+
Adds fixed option. +

+

+
Specified by:
addFixed in class CommandLineLinker
+
+
+
Parameters:
fixed - if executable is fixed
args - command line parameters
+
+
+
+ +

+addImpliedArgs

+
+protected final void addImpliedArgs(boolean debug,
+                                    LinkType linkType,
+                                    java.util.Vector args)
+
+
Adds other command line parameters. +

+

+
Specified by:
addImpliedArgs in class CommandLineLinker
+
+
+
Parameters:
debug - boolean is debug
linkType - LinkType link type
args - Vector command line arguments
+
+
+
+ +

+addIncremental

+
+protected final void addIncremental(boolean incremental,
+                                    java.util.Vector args)
+
+
Add command line switch to force incremental linking. +

+

+
Specified by:
addIncremental in class CommandLineLinker
+
+
+
Parameters:
incremental - boolean do incremental linking
args - Vector command line arguments
+
+
+
+ +

+addMap

+
+protected final void addMap(boolean map,
+                            java.util.Vector args)
+
+
Add command line switch to force map generation. +

+

+
Specified by:
addMap in class CommandLineLinker
+
+
+
Parameters:
map - boolean build map
args - Vector command line arguments
+
+
+
+ +

+addStack

+
+protected final void addStack(int stack,
+                              java.util.Vector args)
+
+
Add command line switch for stack reservation. +

+

+
Specified by:
addStack in class CommandLineLinker
+
+
+
Parameters:
stack - int stack size.
args - Vector command line arguments.
+
+
+
+ +

+addVersionFiles

+
+public final void addVersionFiles(VersionInfo versionInfo,
+                                  LinkType linkType,
+                                  java.io.File outputFile,
+                                  boolean isDebug,
+                                  java.io.File objDir,
+                                  TargetMatcher matcher)
+                           throws java.io.IOException
+
+
Adds source or object files to the bidded fileset to + support version information. +

+

+
Specified by:
addVersionFiles in interface Linker
Overrides:
addVersionFiles in class AbstractLinker
+
+
+
Parameters:
versionInfo - version information
linkType - link type
isDebug - true if debug build
outputFile - name of generated executable
objDir - directory for generated files
matcher - bidded fileset +
Throws: +
java.io.IOException - if unable to write version resource
+
+
+
+ +

+getCommandFileSwitch

+
+public final java.lang.String getCommandFileSwitch(java.lang.String commandFile)
+
+
Get command file switch. +

+

+
Specified by:
getCommandFileSwitch in class CommandLineLinker
+
+
+
Parameters:
commandFile - String command file name +
Returns:
String command line option
+
+
+
+ +

+getLibraryPath

+
+public final java.io.File[] getLibraryPath()
+
+
Get search path for libraries. +

+

+ +
Returns:
File[] library path
+
+
+
+ +

+getLibraryPatterns

+
+public final java.lang.String[] getLibraryPatterns(java.lang.String[] libnames,
+                                                   LibraryTypeEnum libType)
+
+
Get file selectors for libraries. +

+

+
Parameters:
libnames - String[]
libType - LibraryTypeEnum +
Returns:
String[]
+
+
+
+ +

+getMaximumCommandLength

+
+public final int getMaximumCommandLength()
+
+
Get maximum command line length. +

+

+
Specified by:
getMaximumCommandLength in class CommandLineLinker
+
+
+ +
Returns:
int command line length
+
+
+
+ +

+getOutputFileSwitch

+
+public final java.lang.String[] getOutputFileSwitch(java.lang.String outFile)
+
+
Get output file switch. +

+

+
Specified by:
getOutputFileSwitch in class CommandLineLinker
+
+
+
Parameters:
outFile - Output file name +
Returns:
String[] command line switches
+
+
+
+ +

+isCaseSensitive

+
+public final boolean isCaseSensitive()
+
+
Gets file name sensitivity of processors. +

+

+ +
Returns:
boolean true if case sensitive.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomProcessor.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomProcessor.html new file mode 100644 index 0000000..6ebd385 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/OpenWatcomProcessor.html @@ -0,0 +1,385 @@ + + + + + + + +OpenWatcomProcessor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.openwatcom +
+Class OpenWatcomProcessor

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomProcessor
+
+
+
+
public final class OpenWatcomProcessor
extends java.lang.Object
+ + +

+A add-in class for OpenWatcom processors. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddWarningSwitch(java.util.Vector args, + int level) + +
+          Adds warning command line options.
+static java.lang.StringgetCommandFileSwitch(java.lang.String cmdFile) + +
+          Gets command line option to read from an option file.
+static voidgetDefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define, + java.lang.String value) + +
+          Creates a command line option to define a preprocessor macro.
+static java.lang.StringgetIncludeDirSwitch(java.lang.String includeDir) + +
+          Create a command line option to add a directory to the include path.
+static java.lang.String[]getLibraryPatterns(java.lang.String[] libnames, + LibraryTypeEnum libType) + +
+          Get file selectors for specified libraries.
+static java.lang.String[]getOutputFileSwitch(java.lang.String outPath) + +
+          Builds command line options to specify the output file names.
+static voidgetUndefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define) + +
+          Builds a command line option to undefine a preprocessor macro.
+static booleanisCaseSensitive() + +
+          Gets whether processor tratement of file names is case-sensitive.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+addWarningSwitch

+
+public static void addWarningSwitch(java.util.Vector args,
+                                    int level)
+
+
Adds warning command line options. +

+

+
Parameters:
args - Vector list of options
level - int value of WarningLevelEnum
+
+
+
+ +

+getCommandFileSwitch

+
+public static java.lang.String getCommandFileSwitch(java.lang.String cmdFile)
+
+
Gets command line option to read from an option file. +

+

+
Parameters:
cmdFile - String file name for option file +
Returns:
String Command line option
+
+
+
+ +

+getDefineSwitch

+
+public static void getDefineSwitch(java.lang.StringBuffer buffer,
+                                   java.lang.String define,
+                                   java.lang.String value)
+
+
Creates a command line option to define a preprocessor macro. +

+

+
Parameters:
buffer - StringBuffer destination buffer
define - String parameter to define
value - String value, may be null
+
+
+
+ +

+getIncludeDirSwitch

+
+public static java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
+
+
Create a command line option to add a directory to the include path. +

+

+
Parameters:
includeDir - String directory +
Returns:
String command line option
+
+
+
+ +

+getOutputFileSwitch

+
+public static java.lang.String[] getOutputFileSwitch(java.lang.String outPath)
+
+
Builds command line options to specify the output file names. +

+

+
Parameters:
outPath - String path to output file +
Returns:
String[] command line options
+
+
+
+ +

+getLibraryPatterns

+
+public static java.lang.String[] getLibraryPatterns(java.lang.String[] libnames,
+                                                    LibraryTypeEnum libType)
+
+
Get file selectors for specified libraries. +

+

+
Parameters:
libnames - library names
libType - library type +
Returns:
file selectors
+
+
+
+ +

+getUndefineSwitch

+
+public static void getUndefineSwitch(java.lang.StringBuffer buffer,
+                                     java.lang.String define)
+
+
Builds a command line option to undefine a preprocessor macro. +

+

+
Parameters:
buffer - StringBuffer destination
define - String macro to be undefined
+
+
+
+ +

+isCaseSensitive

+
+public static boolean isCaseSensitive()
+
+
Gets whether processor tratement of file names is case-sensitive. +

+

+ +
Returns:
boolean true if case sensitive
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCCompiler.html new file mode 100644 index 0000000..f5e0599 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/class-use/OpenWatcomCCompiler.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCCompiler

+
+ + + + + + + + + +
+Packages that use OpenWatcomCCompiler
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomCCompiler in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return OpenWatcomCCompiler
+static OpenWatcomCCompilerOpenWatcomCCompiler.getInstance() + +
+          Get compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCLinker

+
+ + + + + + + + + +
+Packages that use OpenWatcomCLinker
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomCLinker in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return OpenWatcomCLinker
+static OpenWatcomCLinkerOpenWatcomCLinker.getInstance() + +
+          Get linker instance.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCompiler

+
+ + + + + + + + + +
+Packages that use OpenWatcomCompiler
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomCompiler in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + +
Subclasses of OpenWatcomCompiler in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomFortranCompiler

+
+ + + + + + + + + +
+Packages that use OpenWatcomFortranCompiler
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomFortranCompiler in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return OpenWatcomFortranCompiler
+static OpenWatcomFortranCompilerOpenWatcomFortranCompiler.getInstance() + +
+          Get instance.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomFortranLinker

+
+ + + + + + + + + +
+Packages that use OpenWatcomFortranLinker
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomFortranLinker in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return OpenWatcomFortranLinker
+static OpenWatcomFortranLinkerOpenWatcomFortranLinker.getInstance() + +
+          Get instance.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLibrarian

+
+ + + + + + + + + +
+Packages that use OpenWatcomLibrarian
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomLibrarian in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return OpenWatcomLibrarian
+static OpenWatcomLibrarianOpenWatcomLibrarian.getInstance() + +
+          Singleton accessor.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker

+
+ + + + + + + + + +
+Packages that use OpenWatcomLinker
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + +
+Uses of OpenWatcomLinker in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + +
Subclasses of OpenWatcomLinker in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomProcessor

+
+No usage of net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomProcessor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-frame.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-frame.html new file mode 100644 index 0000000..c0201bb --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-frame.html @@ -0,0 +1,47 @@ + + + + + + + +net.sf.antcontrib.cpptasks.openwatcom (cpptasks 1.0b5 API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.openwatcom + + + + +
+Classes  + +
+OpenWatcomCCompiler +
+OpenWatcomCLinker +
+OpenWatcomCompiler +
+OpenWatcomFortranCompiler +
+OpenWatcomFortranLinker +
+OpenWatcomLibrarian +
+OpenWatcomLinker +
+OpenWatcomProcessor
+ + + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-summary.html b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-summary.html new file mode 100644 index 0000000..ce65cfc --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/openwatcom/package-summary.html @@ -0,0 +1,198 @@ + + + + + + + +net.sf.antcontrib.cpptasks.openwatcom (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.openwatcom +

+Adapters for OpenWatcom compilers and tools. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
OpenWatcomCCompilerAdapter for the OpenWatcom C Compiler.
OpenWatcomCLinkerAdapter for the OpenWatcom linker.
OpenWatcomCompilerAn abstract base class for the OpenWatcom C and Fortran compilers.
OpenWatcomFortranCompilerAdapter for the OpenWatcom Fortran compiler.
OpenWatcomFortranLinkerAdapter for the OpenWatcom Fortran linker.
OpenWatcomLibrarianAdapter for the OpenWatcom Librarian.
OpenWatcomLinkerAdapter for the OpenWatcom linker.
OpenWatcomProcessorA add-in class for OpenWatcom processors.
+  + +

+

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

+ +

+Adapters for OpenWatcom compilers and tools. +

+ +

+

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

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

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

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

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

+
+ + + + + + + + + +
+Packages that use net.sf.antcontrib.cpptasks.openwatcom
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.openwatcom used by net.sf.antcontrib.cpptasks.openwatcom
OpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
OpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
OpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
OpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
OpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
OpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
OpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

+


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