public interface GeneratorContext
Modifier and Type | Interface and Description |
---|---|
static class |
GeneratorContext.GlobalContext |
static class |
GeneratorContext.MasterContext |
Modifier and Type | Method and Description |
---|---|
void |
addPostTrigger(Runnable runnable) |
ValueArchiveServer |
getArchiveServer(MasterServer master)
Get the technical
ValueArchiveServer for the provided
MasterServer |
Object |
getAttribute(Object targetObject,
String key) |
Map<Driver,Driver> |
getDriverMap() |
MasterServer |
getEquinoxApplication(MasterServer application) |
Collection<MasterServer> |
getEquinoxApplications(Collection<MasterServer> applications) |
GeneratorContext.MasterContext |
getMasterContext(MasterServer master) |
void |
setAttribute(Object targetObject,
String key,
Object value) |
Collection<MasterServer> getEquinoxApplications(Collection<MasterServer> applications)
MasterServer getEquinoxApplication(MasterServer application)
GeneratorContext.MasterContext getMasterContext(MasterServer master)
ValueArchiveServer getArchiveServer(MasterServer master)
ValueArchiveServer
for the provided
MasterServer
This can be null
if the master server is not configured to
perform archiving.
void addPostTrigger(Runnable runnable)