Class AbstractCompilerTest
java.lang.Object
org.codehaus.plexus.compiler.AbstractCompilerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcompilerErrorCount(List<CompilerMessage> messages) protected voidconfigureCompilerConfig(CompilerConfiguration compilerConfig) protected StringdisplayLines(List<String> warnings) protected intprotected Collection<String> protected intprotected final Compilerprotected Stringprotected FilegetLocalArtifactPath(String groupId, String artifactId, String version, String type) protected FilegetLocalArtifactPath(org.apache.maven.artifact.Artifact artifact) protected abstract Stringprotected voidsetCompilerDebug(boolean flag) protected voidsetCompilerDeprecationWarnings(boolean flag) voidsetForceJavacCompilerUse(boolean forceJavacCompilerUse) void
-
Constructor Details
-
AbstractCompilerTest
public AbstractCompilerTest()
-
-
Method Details
-
getRoleHint
-
setCompilerDebug
protected void setCompilerDebug(boolean flag) -
setCompilerDeprecationWarnings
protected void setCompilerDeprecationWarnings(boolean flag) -
setForceJavacCompilerUse
public void setForceJavacCompilerUse(boolean forceJavacCompilerUse) -
getCompiler
-
getClasspath
-
configureCompilerConfig
-
testCompilingSources
-
displayLines
-
getTargetVersion
-
getSourceVersion
-
compilerErrorCount
-
expectedErrors
protected int expectedErrors() -
expectedWarnings
protected int expectedWarnings() -
expectedOutputFiles
-
getLocalArtifactPath
-
getJavaVersion
-
getLocalArtifactPath
-