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) |
parseArgument
afterRun, getCustomizationElementNames, getCustomizationURIs, isCustomizationTagName, onActivated, run, run
public 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 AbstractPlugin
Exception
protected void beforeRun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options) throws Exception
beforeRun
in class AbstractPlugin
Exception
Copyright © 2005–2018. All rights reserved.