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

Quick Search    Search Deep

org.apache.jk.ant.compilers: Javadoc index of package org.apache.jk.ant.compilers.


Package Samples:

org.apache.jk.ant.compilers

Classes:

CompilerAdapter: s/javac/C compiler/ The interface that all compiler adapters must adher to. A compiler adapter is an adapter that interprets the javac's parameters in preperation to be passed off to the compier this adapter represents. As all the necessary values are stored in the Javac task itself, the only thing all adapters need is the javac task, the execute command and a parameterless constructor (for reflection).
LinkerAdapter: s/javac/C linker/ The interface that all compiler adapters must adher to. A compiler adapter is an adapter that interprets the javac's parameters in preperation to be passed off to the compier this adapter represents. As all the necessary values are stored in the Javac task itself, the only thing all adapters need is the javac task, the execute command and a parameterless constructor (for reflection).
MwccCompiler: Compile using MetroWerks. It extends SoTask so we can debug it or use it independently of . For normal use you should use the generic task, and system-specific properties to choose the right compiler plugin ( like we select jikes ).
LibtoolCompiler: Compile using libtool. It extends SoTask so we can debug it or use it independently of . For normal use you should use the generic task, and system-specific properties to choose the right compiler plugin ( like we select jikes ).
GcjCompiler: Compile using Gcj. This is ( even more ) experimental.
MsvcCompiler: Compile using Microsoft Visual C++ v6.0
MsvcLinker: Link using MSVC Linker
GcjLinker: Link java using gcj.
LibtoolLinker: Link using libtool.
MwldLinker: Link using libtool.
CcCompiler: Compile using Gcc.

Home | Contact Us | Privacy Policy | Terms of Service