|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
public abstract class AbstractEclipseWriter
| Field Summary | |
|---|---|
protected EclipseWriterConfig |
config
Configuration that will be used by the writer. |
protected org.apache.maven.plugin.logging.Log |
log
Logger. |
| Constructor Summary | |
|---|---|
AbstractEclipseWriter()
|
|
| Method Summary | |
|---|---|
EclipseWriter |
init(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config)
Init this writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.eclipse.writers.EclipseWriter |
|---|
write |
| Field Detail |
|---|
protected org.apache.maven.plugin.logging.Log log
protected EclipseWriterConfig config
| Constructor Detail |
|---|
public AbstractEclipseWriter()
| Method Detail |
|---|
public EclipseWriter init(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config)
EclipseWriter
init in interface EclipseWriterlog - mojo logger.config - writer configuration.
EclipseWriter.init(org.apache.maven.plugin.logging.Log,
org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||