public class EclipseSettingsWriter extends AbstractEclipseWriter
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
JDK_1_2_SOURCES |
private static java.lang.String |
PROP_ECLIPSE_PREFERENCES_VERSION |
private static java.lang.String |
PROP_JDT_CORE_COMPILER_COMPLIANCE |
private static java.lang.String |
PROP_JDT_CORE_COMPILER_ENCODING |
private static java.lang.String |
PROP_JDT_CORE_COMPILER_SOURCE |
config, log| Constructor and Description |
|---|
EclipseSettingsWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write()
Main method that should be implemented by the writer to do the work.
|
initprivate static final java.lang.String JDK_1_2_SOURCES
private static final java.lang.String PROP_ECLIPSE_PREFERENCES_VERSION
private static final java.lang.String PROP_JDT_CORE_COMPILER_COMPLIANCE
private static final java.lang.String PROP_JDT_CORE_COMPILER_SOURCE
private static final java.lang.String PROP_JDT_CORE_COMPILER_ENCODING
public void write()
throws org.apache.maven.plugin.MojoExecutionException
EclipseWriterorg.apache.maven.plugin.MojoExecutionExceptionEclipseWriter.write()