org.jvnet.jaxb2_commons.plugin.spring
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 |
protected org.apache.commons.logging.Log |
logger
|
Methods inherited from class com.sun.tools.xjc.Plugin |
getOptionName, getUsage, postProcessModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.apache.commons.logging.Log logger
AbstractSpringConfigurablePlugin
public AbstractSpringConfigurablePlugin()
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:
init
in class AbstractPlugin
- Throws:
Exception
beforeRun
protected void beforeRun(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options options)
throws Exception
- Overrides:
beforeRun
in class AbstractPlugin
- Throws:
Exception
Copyright © 2005-2012. All Rights Reserved.