@Service(value=io.fabric8.jaxb.dynamic.DynamicCompiler.class) public class ProfileDynamicJaxbCompiler extends Object implements io.fabric8.jaxb.dynamic.DynamicCompiler
DataStore for XSD files to recompile| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_SCHEMA_PATH |
| Constructor and Description |
|---|
ProfileDynamicJaxbCompiler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
asyncRecompile() |
org.osgi.framework.BundleContext |
getBundleContext() |
io.fabric8.jaxb.dynamic.CompileResults |
getCompileResults()
Returns the latest XJC compiler results
|
io.fabric8.api.DataStore |
getDataStore() |
io.fabric8.api.FabricService |
getFabricService() |
String |
getSchemaPath() |
Timer |
getTimer() |
long |
getTimerDelay() |
protected void |
recompile() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setHandler(io.fabric8.jaxb.dynamic.CompileResultsHandler handler) |
void |
setSchemaPath(String schemaPath) |
void |
setTimer(Timer timer) |
void |
setTimerDelay(long timerDelay) |
public static final String PROPERTY_SCHEMA_PATH
public void setHandler(io.fabric8.jaxb.dynamic.CompileResultsHandler handler)
throws Exception
setHandler in interface io.fabric8.jaxb.dynamic.DynamicCompilerExceptionpublic io.fabric8.jaxb.dynamic.CompileResults getCompileResults()
public io.fabric8.api.FabricService getFabricService()
public io.fabric8.api.DataStore getDataStore()
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public String getSchemaPath()
public void setSchemaPath(String schemaPath)
public Timer getTimer()
public void setTimer(Timer timer)
public long getTimerDelay()
public void setTimerDelay(long timerDelay)
protected void asyncRecompile()
protected void recompile()
Copyright © 2011–2014 Red Hat. All rights reserved.