Class AbstractSpringConfigurablePlugin
- java.lang.Object
-
- com.sun.tools.xjc.Plugin
-
- org.jvnet.jaxb2_commons.plugin.AbstractPlugin
-
- org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
-
- org.jvnet.jaxb2_commons.plugin.spring.AbstractSpringConfigurablePlugin
-
public abstract class AbstractSpringConfigurablePlugin extends AbstractParameterizablePlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Loglogger
-
Constructor Summary
Constructors Constructor Description AbstractSpringConfigurablePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeRun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options)org.springframework.context.support.AbstractXmlApplicationContextgetApplicationContext()protected intgetAutowireMode()String[]getConfigLocations()protected String[]getDefaultConfigLocations()voidinit(com.sun.tools.xjc.Options options)protected booleanisDependencyCheck()voidsetConfigLocations(String[] configLocations)-
Methods inherited from class org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
parseArgument
-
Methods inherited from class org.jvnet.jaxb2_commons.plugin.AbstractPlugin
afterRun, getCustomizationElementNames, getCustomizationURIs, isCustomizationTagName, onActivated, run, run
-
-
-
-
Method Detail
-
getApplicationContext
public org.springframework.context.support.AbstractXmlApplicationContext getApplicationContext()
-
getDefaultConfigLocations
protected String[] getDefaultConfigLocations()
-
getConfigLocations
public String[] getConfigLocations()
-
setConfigLocations
public void setConfigLocations(String[] configLocations)
-
getAutowireMode
protected int getAutowireMode()
-
isDependencyCheck
protected boolean isDependencyCheck()
-
init
public void init(com.sun.tools.xjc.Options options) throws Exception- Overrides:
initin classAbstractPlugin- Throws:
Exception
-
beforeRun
protected void beforeRun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options) throws Exception- Overrides:
beforeRunin classAbstractPlugin- Throws:
Exception
-
-