|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
public class EclipseWorkspaceWriter
| Field Summary | |
|---|---|
static String |
CLASSPATH_VARIABLE_M2_REPO
Property constant under which Variable 'M2_REPO' is setup. |
static String |
DIR_DOT_SETTINGS
Directory where workspace specific settings are written. |
static String |
ECLIPSE_CORE_RUNTIME_SETTINGS_DIR
Path under folder where Eclipse Workspace Runtime settings are stored. |
static String |
ECLIPSE_JDT_CORE_PREFS_FILE
File that stores the Eclipse JDT Core preferences. |
static String |
ECLIPSE_JDT_UI_PREFS_FILE
File that stores the Eclipse JDT UI preferences. |
static String |
ECLIPSE_PLUGINS_METADATA_DIR
Path under Eclipse workspace where Eclipse Plugin metadata/config is stored. |
| Constructor Summary | |
|---|---|
EclipseWorkspaceWriter()
|
|
| Method Summary | |
|---|---|
WorkspaceWriter |
init(Log logger,
WorkspaceConfiguration config)
Init this writer. |
void |
write()
Main method that should be implemented by the writer to do the work. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ECLIPSE_PLUGINS_METADATA_DIR
public static final String ECLIPSE_CORE_RUNTIME_SETTINGS_DIR
public static final String DIR_DOT_SETTINGS
public static final String ECLIPSE_JDT_CORE_PREFS_FILE
public static final String CLASSPATH_VARIABLE_M2_REPO
public static final String ECLIPSE_JDT_UI_PREFS_FILE
| Constructor Detail |
|---|
public EclipseWorkspaceWriter()
| Method Detail |
|---|
public WorkspaceWriter init(Log logger,
WorkspaceConfiguration config)
WorkspaceWriter
init in interface WorkspaceWriterlogger - mojo logger.config - writer configuration.
public void write()
throws MojoExecutionException
WorkspaceWriter
write in interface WorkspaceWriterMojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||