Uses of Class
org.codehaus.plexus.compiler.CompilerException
-
Packages that use CompilerException Package Description org.codehaus.plexus.compiler org.codehaus.plexus.compiler.csharp org.codehaus.plexus.compiler.javac -
-
Uses of CompilerException in org.codehaus.plexus.compiler
Subclasses of CompilerException in org.codehaus.plexus.compiler Modifier and Type Class Description classCompilerNotImplementedExceptionMethods in org.codehaus.plexus.compiler that throw CompilerException Modifier and Type Method Description booleanAbstractCompiler. canUpdateTarget(CompilerConfiguration configuration)booleanCompiler. canUpdateTarget(CompilerConfiguration configuration)java.lang.String[]Compiler. createCommandLine(CompilerConfiguration config)Create the command line that would be executed using this configuration.private static java.lang.StringAbstractCompiler. getCanonicalPath(java.io.File origFile)java.lang.StringAbstractCompiler. getInputFileEnding(CompilerConfiguration configuration)java.lang.StringCompiler. getInputFileEnding(CompilerConfiguration configuration)java.lang.StringAbstractCompiler. getOutputFile(CompilerConfiguration configuration)java.lang.StringCompiler. getOutputFile(CompilerConfiguration configuration)java.lang.StringAbstractCompiler. getOutputFileEnding(CompilerConfiguration configuration)java.lang.StringCompiler. getOutputFileEnding(CompilerConfiguration configuration)protected static java.lang.StringAbstractCompiler. makeClassName(java.lang.String fileName, java.lang.String sourceDir)CompilerResultAbstractCompiler. performCompile(CompilerConfiguration configuration)CompilerResultCompiler. performCompile(CompilerConfiguration configuration)Performs the compilation of the project. -
Uses of CompilerException in org.codehaus.plexus.compiler.csharp
Methods in org.codehaus.plexus.compiler.csharp that throw CompilerException Modifier and Type Method Description private java.lang.String[]CSharpCompiler. buildCompilerArguments(CompilerConfiguration config, java.lang.String[] sourceFiles)booleanCSharpCompiler. canUpdateTarget(CompilerConfiguration configuration)private java.util.List<CompilerMessage>CSharpCompiler. compileOutOfProcess(java.io.File workingDirectory, java.io.File target, java.lang.String executable, java.lang.String[] args)java.lang.String[]CSharpCompiler. createCommandLine(CompilerConfiguration config)java.lang.StringCSharpCompiler. getOutputFile(CompilerConfiguration configuration)private java.lang.StringCSharpCompiler. getTypeExtension(CompilerConfiguration configuration)CompilerResultCSharpCompiler. performCompile(CompilerConfiguration config) -
Uses of CompilerException in org.codehaus.plexus.compiler.javac
Methods in org.codehaus.plexus.compiler.javac that throw CompilerException Modifier and Type Method Description CompilerResultInProcessCompiler. compileInProcess(java.lang.String[] args, CompilerConfiguration config, java.lang.String[] sourceFiles)(package private) CompilerResultJavacCompiler. compileInProcess(java.lang.String[] args, CompilerConfiguration config)Compile the java sources in the current JVM, without calling an external executable, usingcom.sun.tools.javac.MainclassCompilerResultJavaxToolsCompiler. compileInProcess(java.lang.String[] args, CompilerConfiguration config, java.lang.String[] sourceFiles)private static CompilerResultJavacCompiler. compileInProcess0(java.lang.Class<?> javacClass, java.lang.String[] args)Helper method for compileInProcess()protected CompilerResultJavacCompiler. compileInProcessWithProperClassloader(java.lang.Class<?> javacClass, java.lang.String[] args)protected CompilerResultJavacCompiler. compileOutOfProcess(CompilerConfiguration config, java.lang.String executable, java.lang.String[] args)Compile the java sources in a external process, calling an external executable, like javac.java.lang.String[]JavacCompiler. createCommandLine(CompilerConfiguration config)protected java.lang.Class<?>JavacCompiler. createJavacClass()Helper method for create Javac classprivate java.lang.StringJavacCompiler. getInProcessJavacVersion()private java.lang.Class<?>JavacCompiler. getJavacClass(CompilerConfiguration compilerConfiguration)Find the main class of JavaC.private java.lang.StringJavacCompiler. getOutOfProcessJavacVersion(java.lang.String executable)CompilerResultJavacCompiler. performCompile(CompilerConfiguration config)
-