public abstract class AbstractEclipseWriter extends Object implements EclipseWriter
Modifier and Type | Field and Description |
---|---|
protected EclipseWriterConfig |
config
Configuration that will be used by the writer.
|
protected Log |
log
Logger.
|
Constructor and Description |
---|
AbstractEclipseWriter() |
Modifier and Type | Method and Description |
---|---|
EclipseWriter |
init(Log log,
EclipseWriterConfig config)
Init this writer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
protected Log log
protected EclipseWriterConfig config
public EclipseWriter init(Log log, EclipseWriterConfig config)
EclipseWriter
init
in interface EclipseWriter
log
- mojo logger.config
- writer configuration.EclipseWriter.init(org.apache.maven.plugin.logging.Log,
org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.