All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addScnChangedEvent(xyz.cofe.scn.ScnChangedEvent<CXGroovyConf,Long> ev) |
Closeable |
addScnChangedListener(xyz.cofe.scn.ScnChanedListener<CXGroovyConf,Long> listener) |
Closeable |
addScnChangedListener(xyz.cofe.scn.ScnChanedListener<CXGroovyConf,Long> listener,
boolean weakLink) |
void |
fireScnChanged(Long old,
Long cur) |
void |
fireScnChangedEvent(xyz.cofe.scn.ScnChangedEvent<CXGroovyConf,Long> event) |
void |
fireScnChangedEvents() |
xyz.cofe.io.File |
getBaseDirectory() |
ClassLoaderBuilder |
getClassLoaderBuilder() |
GCompilerConf |
getCompilerConfiguration() |
Class |
getJavaType() |
ConcurrentLinkedQueue<xyz.cofe.scn.ScnChangedEvent<CXGroovyConf,Long>> |
getScnChangedEventQueue() |
Set<xyz.cofe.scn.ScnChanedListener<CXGroovyConf,Long>> |
getScnChangedListeners() |
String |
getTagName() |
protected GroovyEngine |
groovyEngine() |
boolean |
hasScnChangedListener(xyz.cofe.scn.ScnChanedListener<CXGroovyConf,Long> listener) |
void |
loadXml(File xmlFile) |
void |
loadXml(xyz.cofe.io.File xmlFile) |
void |
loadXml(Path xmlFile) |
void |
loadXml(String xml) |
xyz.cofe.collection.Pair<Long,Long> |
nextscn() |
xyz.cofe.collection.Pair<Long,Long> |
nextscn(boolean addEvent,
boolean fireEvent) |
void |
removeAllScnChangedListeners() |
void |
removeScnChangedListener(xyz.cofe.scn.ScnChanedListener<CXGroovyConf,Long> listener) |
Object |
restore(Element el) |
Long |
scn() |
void |
scn(Runnable run) |
void |
setBaseDirectory(xyz.cofe.io.File baseDirectory) |
void |
setClassLoaderBuilder(ClassLoaderBuilder classLoaderBuilder) |
void |
setCompilerConfiguration(GCompilerConf compilerConfiguration) |
String |
toXml() |
void |
xmlElementRestore(Element xe) |
void |
xmlElementStore(Element xe) |