public abstract class AbstractSpringConfigurablePlugin extends AbstractParameterizablePlugin
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
AbstractSpringConfigurablePlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeRun(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options options) |
org.springframework.context.support.AbstractXmlApplicationContext |
getApplicationContext() |
protected int |
getAutowireMode() |
String[] |
getConfigLocations() |
protected String[] |
getDefaultConfigLocations() |
void |
init(com.sun.tools.xjc.Options options) |
protected boolean |
isDependencyCheck() |
void |
setConfigLocations(String[] configLocations) |
parseArgumentafterRun, getCustomizationElementNames, getCustomizationURIs, isCustomizationTagName, onActivated, run, runpublic org.springframework.context.support.AbstractXmlApplicationContext getApplicationContext()
protected String[] getDefaultConfigLocations()
public String[] getConfigLocations()
public void setConfigLocations(String[] configLocations)
protected int getAutowireMode()
protected boolean isDependencyCheck()
public void init(com.sun.tools.xjc.Options options)
throws Exception
init in class AbstractPluginExceptionprotected void beforeRun(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options options)
throws Exception
beforeRun in class AbstractPluginExceptionCopyright © 2005-2016. All Rights Reserved.