|
|||||||||||
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
Field Summary | |
static java.lang.String |
CLASSPATH_VARIABLE_M2_REPO
Property constant under which Variable 'M2_REPO' is setup. |
static java.lang.String |
ECLIPSE_CORE_RUNTIME_SETTINGS_DIR
Path under ".metadata/.plugins/org.eclipse.core.runtime/.settings" folder where Eclipse Workspace Runtime settings are stored. |
static java.lang.String |
ECLIPSE_JDT_CORE_PREFS_FILE
File that stores the Eclipse JDT Core preferences. |
static java.lang.String |
ECLIPSE_JDT_UI_PREFS_FILE
File that stores the Eclipse JDT UI preferences. |
static java.lang.String |
ECLIPSE_PLUGINS_METADATA_DIR
Path under Eclipse workspace where Eclipse Plugin metadata/config is stored. |
Constructor Summary | |
EclipseWorkspaceWriter()
|
Method Summary | |
WorkspaceWriter |
init(org.apache.maven.plugin.logging.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 java.lang.String ECLIPSE_PLUGINS_METADATA_DIR
public static final java.lang.String ECLIPSE_CORE_RUNTIME_SETTINGS_DIR
public static final java.lang.String ECLIPSE_JDT_CORE_PREFS_FILE
public static final java.lang.String CLASSPATH_VARIABLE_M2_REPO
public static final java.lang.String ECLIPSE_JDT_UI_PREFS_FILE
Constructor Detail |
public EclipseWorkspaceWriter()
Method Detail |
public WorkspaceWriter init(org.apache.maven.plugin.logging.Log logger, WorkspaceConfiguration config)
WorkspaceWriter
init
in interface WorkspaceWriter
logger
- mojo logger.config
- writer configuration.
public void write() throws org.apache.maven.plugin.MojoExecutionException
WorkspaceWriter
write
in interface WorkspaceWriter
org.apache.maven.plugin.MojoExecutionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |