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