|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.antcontrib.cpptasks.compiler.AbstractProcessor
public abstract class AbstractProcessor
An abstract processor (compiler/linker) implementation.
Field Summary | |
---|---|
static int |
DEFAULT_DISCARD_BID
default bid for a file name that the processor recognizes but does not process and does not want to fall through to the linker |
static int |
DEFAULT_PROCESS_BID
default bid for a file name that the processor desires to process |
Constructor Summary | |
---|---|
protected |
AbstractProcessor(String[] sourceExtensions,
String[] headerExtensions)
|
Method Summary | |
---|---|
int |
bid(String inputFile)
Returns the bid of the processor for the file. |
Processor |
changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
|
protected Object |
clone()
|
String[] |
getHeaderExtensions()
|
abstract String |
getIdentifier()
Retrieve an identifier that identifies the specific version of the compiler. |
protected static String |
getIdentifier(String[] command,
String fallback)
Determines the identification of a command line processor by capture the first line of its output for a specific command. |
protected String |
getOSArch()
Gets the target operating system architecture |
protected String |
getOSName()
Gets the target operating system name |
String[] |
getSourceExtensions()
|
protected boolean |
isDarwin()
Returns true if the target operating system is Mac OS X or Darwin. |
protected boolean |
isWindows()
|
String |
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 |
---|
createConfiguration, getLinker, getOutputFileNames |
Field Detail |
---|
public static final int DEFAULT_DISCARD_BID
public static final int DEFAULT_PROCESS_BID
Constructor Detail |
---|
protected AbstractProcessor(String[] sourceExtensions, String[] headerExtensions)
Method Detail |
---|
protected static String getIdentifier(String[] command, String fallback)
command
- array of command line arguments starting with executable
name. For example, { "cl" }fallback
- start of identifier if there is an error in executing the
command
public int bid(String inputFile)
bid
in interface Processor
inputFile
- filename of input file
public Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
changeEnvironment
in interface Processor
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String[] getHeaderExtensions()
public abstract String getIdentifier()
Processor
getIdentifier
in interface Processor
protected String getOSArch()
protected String getOSName()
public String[] getSourceExtensions()
protected boolean isDarwin()
protected boolean isWindows()
public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |