org.codehaus.plexus.compiler
Class AbstractCompiler
AbstractLogEnabled
org.codehaus.plexus.compiler.AbstractCompiler
- Compiler
public abstract class AbstractCompiler
extends AbstractLogEnabled
$Id: AbstractCompiler.java 2441 2005-09-06 17:04:48Z trygvis $
EOL
protected static final String EOL
PS
protected static final String PS
inputFileEnding
private String inputFileEnding
outputFile
private String outputFile
outputFileEnding
private String outputFileEnding
AbstractCompiler
protected AbstractCompiler(CompilerOutputStyle compilerOutputStyle,
String inputFileEnding,
String outputFileEnding,
String outputFile)
getCanonicalPath
private static String getCanonicalPath(File origFile)
throws CompilerException
getPathString
public static String getPathString(List pathElements)
getSourceFilesForSourceRoot
protected static Set getSourceFilesForSourceRoot(CompilerConfiguration config,
String sourceLocation)
makeClassName
protected static String makeClassName(String fileName,
String sourceDir)
throws CompilerException
toStringArray
protected static String[] toStringArray(List arguments)
use (String[]) arguments.toArray( new String[ arguments.size() ] ); instead