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

+ +net.sf.antcontrib.cpptasks.compiler +
+Class LinkType

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.LinkType
+
+
+
+
public class LinkType
extends java.lang.Object
+ + +

+This class represents the target platform for the compile and link step. The + name is an anachronism and should be changed. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
LinkType() + +
+          Constructor + + By default, an gui executable with a dynamically linked runtime
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetOutputType() + +
+          Gets the output type.
+ java.lang.StringgetSubsystem() + +
+          Get subsystem name.
+ booleanisExecutable() + +
+          Gets whether the link should produce an executable
+ booleanisPluginModule() + +
+          Gets whether the link should produce a plugin module.
+ booleanisSharedLibrary() + +
+          Gets whether the link should produce a shared library.
+ booleanisStaticLibrary() + +
+          Gets whether the link should produce a static library.
+ booleanisStaticRuntime() + +
+          Gets whether the module should use a statically linked runtime library.
+ booleanisSubsystemConsole() + +
+          Gets whether the link should produce a module for a console subsystem.
+ booleanisSubsystemGUI() + +
+          Gets whether the link should produce a module for a graphical user + interface subsystem.
+ voidsetOutputType(OutputTypeEnum outputType) + +
+          Sets the output type (execuable, shared, etc).
+ voidsetStaticRuntime(boolean staticRuntime) + +
+          Requests use of a static runtime library.
+ voidsetSubsystem(SubsystemEnum subsystem) + +
+          Sets the subsystem (gui, console, etc).
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+LinkType

+
+public LinkType()
+
+
Constructor + + By default, an gui executable with a dynamically linked runtime +

+

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

+isExecutable

+
+public boolean isExecutable()
+
+
Gets whether the link should produce an executable +

+

+ +
Returns:
boolean
+
+
+
+ +

+isPluginModule

+
+public boolean isPluginModule()
+
+
Gets whether the link should produce a plugin module. +

+

+ +
Returns:
boolean
+
+
+
+ +

+isSharedLibrary

+
+public boolean isSharedLibrary()
+
+
Gets whether the link should produce a shared library. +

+

+ +
Returns:
boolean
+
+
+
+ +

+isStaticLibrary

+
+public boolean isStaticLibrary()
+
+
Gets whether the link should produce a static library. +

+

+ +
Returns:
boolean
+
+
+
+ +

+isStaticRuntime

+
+public boolean isStaticRuntime()
+
+
Gets whether the module should use a statically linked runtime library. +

+

+ +
Returns:
boolean
+
+
+
+ +

+isSubsystemConsole

+
+public boolean isSubsystemConsole()
+
+
Gets whether the link should produce a module for a console subsystem. +

+

+ +
Returns:
boolean
+
+
+
+ +

+isSubsystemGUI

+
+public boolean isSubsystemGUI()
+
+
Gets whether the link should produce a module for a graphical user + interface subsystem. +

+

+ +
Returns:
boolean
+
+
+
+ +

+setOutputType

+
+public void setOutputType(OutputTypeEnum outputType)
+
+
Sets the output type (execuable, shared, etc). +

+

+
Parameters:
outputType - may not be null
+
+
+
+ +

+getOutputType

+
+public java.lang.String getOutputType()
+
+
Gets the output type. +

+

+ +
Returns:
output type
+
+
+
+ +

+setStaticRuntime

+
+public void setStaticRuntime(boolean staticRuntime)
+
+
Requests use of a static runtime library. +

+

+
Parameters:
staticRuntime - if true, use static runtime library if possible.
+
+
+
+ +

+setSubsystem

+
+public void setSubsystem(SubsystemEnum subsystem)
+
+
Sets the subsystem (gui, console, etc). +

+

+
Parameters:
subsystem - subsystem, may not be null
+
+
+
+ +

+getSubsystem

+
+public java.lang.String getSubsystem()
+
+
Get subsystem name. +

+

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