Uses of Class
org.codehaus.plexus.compiler.CompilerException
-
-
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.util.List<CompilerError>AbstractCompiler. compile(CompilerConfiguration configuration)Deprecated.java.util.List<CompilerError>Compiler. compile(CompilerConfiguration configuration)Deprecated.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.j2objc
Methods in org.codehaus.plexus.compiler.j2objc that throw CompilerException Modifier and Type Method Description private java.lang.String[]J2ObjCCompiler. buildCompilerArguments(CompilerConfiguration config, java.lang.String[] sourceFiles)Build the compiler arguments : the output location is used for -d of j2objc) the classpath entries are added to -classpath the sourcefiles are listed at the end of the command line the configuration can contain any of the argumentsbooleanJ2ObjCCompiler. canUpdateTarget(CompilerConfiguration configuration)private java.util.List<CompilerMessage>J2ObjCCompiler. compileOutOfProcess(java.io.File workingDirectory, java.io.File target, java.lang.String executable, java.lang.String[] args)java.lang.String[]J2ObjCCompiler. createCommandLine(CompilerConfiguration config)CompilerResultJ2ObjCCompiler. 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.Class<?>JavacCompiler. getJavacClass(CompilerConfiguration compilerConfiguration)Find the main class of JavaC.CompilerResultJavacCompiler. performCompile(CompilerConfiguration config) -
Uses of CompilerException in org.codehaus.plexus.compiler.jikes
Methods in org.codehaus.plexus.compiler.jikes that throw CompilerException Modifier and Type Method Description java.lang.String[]JikesCompiler. createCommandLine(CompilerConfiguration config)CompilerResultJikesCompiler. performCompile(CompilerConfiguration config)
-