public class XJC2TaskAdapter
extends com.sun.tools.xjc.XJC2Task
Constructor and Description |
---|
XJC2TaskAdapter(org.apache.maven.plugin.logging.Log log)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
log(String message,
int logType)
Overloaded to route logging mesages from XJC2Task to the Maven logger.
|
void |
setStrict(boolean strict)
Perform strict validation of the input schema.
|
addConfiguredBinding, addConfiguredDepends, addConfiguredProduces, addConfiguredSchema, addConfiguredXMLCatalog, createArg, createClasspath, execute, setBinding, setCatalog, setClasspath, setClasspathRef, setDestdir, setEncoding, setExtension, setFailonerror, setHeader, setLanguage, setPackage, setReadonly, setRemoveOldOutput, setSchema, setStackSize, setTarget, setXexplicitAnnotation
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public XJC2TaskAdapter(org.apache.maven.plugin.logging.Log log)
log
- The logging system to use.public void log(String message, int logType)
log
in class org.apache.tools.ant.Task
message
- message to log.logType
- message log level.public void setStrict(boolean strict)
strict
- true to perform validation of the input schemas.Copyright © 2006–2013 java.net. All rights reserved.