Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jk.ant.compilers
Class MsvcLinker  view MsvcLinker download MsvcLinker.java

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.jk.ant.SoTask
              extended byorg.apache.jk.ant.compilers.LinkerAdapter
                  extended byorg.apache.jk.ant.compilers.MsvcLinker

public class MsvcLinker
extends LinkerAdapter

Link using MSVC Linker


Field Summary
(package private)  org.apache.tools.ant.util.GlobPatternMapper co_mapper
           
(package private)  org.apache.jk.ant.SoTask so
           
 
Fields inherited from class org.apache.jk.ant.SoTask
altSoFiles, apxs, buildDir, cflags, compiler, debug, defines, depends, errorstream, exports, imports, includes, libs, linkOpts, module, modules, optG, optimize, optWgcc, outputstream, profile, resources, soExt, soFile, src, srcList, streamhandler
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
MsvcLinker()
           
 
Method Summary
 void execute()
          Called by the project to let the task do its work.
 boolean link(java.util.Vector srcList)
          Executes the task.
 void setSoTask(org.apache.jk.ant.SoTask so)
          Sets the compiler attributes, which are stored in the Javac task.
 
Methods inherited from class org.apache.jk.ant.SoTask
addAltSoFile, addApacheConfig, addDef, addExport, addImport, addJniConfig, addLinkOpt, addNLMModule, addResource, addSrc, checkDepend, closeStreamHandler, createDepends, createIncludes, createLibs, createStreamHandler, duplicateTo, execute, findCompilerAdapter, findLinkerAdapter, findSourceFiles, setBuildDir, setCflags, setDebug, setExtension, setGccWarn, setModule, setOptimize, setProfile, setSoDir, setSoFile, setTarget, setTaskDebug
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

so

org.apache.jk.ant.SoTask so

co_mapper

org.apache.tools.ant.util.GlobPatternMapper co_mapper
Constructor Detail

MsvcLinker

public MsvcLinker()
Method Detail

setSoTask

public void setSoTask(org.apache.jk.ant.SoTask so)
Description copied from class: LinkerAdapter
Sets the compiler attributes, which are stored in the Javac task.

Overrides:
setSoTask in class LinkerAdapter

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Description copied from class: org.apache.tools.ant.Task
Called by the project to let the task do its work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running "ant target1 target2" will run all tasks in target3 twice.

Overrides:
execute in class LinkerAdapter

link

public boolean link(java.util.Vector srcList)
             throws org.apache.tools.ant.BuildException
Description copied from class: LinkerAdapter
Executes the task.

Specified by:
link in class LinkerAdapter