public class WorldGenerator extends Object
Constructor and Description |
---|
WorldGenerator() |
WorldGenerator(World infrastructure) |
Modifier and Type | Method and Description |
---|---|
protected void |
doNode(Node infraNode,
Node cfgNode) |
protected void |
fillGlobalize() |
protected void |
fillWorld() |
Credentials |
findLocalCredentials(EquinoxApplication app) |
protected Configuration |
findSecurityConfiguration(EquinoxApplication app) |
void |
generate(org.eclipse.core.runtime.IProgressMonitor monitor) |
Map<MasterServer,ValueArchiveServer> |
getArchiveMap() |
Map<Driver,Driver> |
getDriverMap() |
Globalization |
getGlobalize() |
GeneratorContext.MasterContext |
getMasterContext(MasterServer master) |
World |
getWorld() |
WorldGenerator |
getWorldGenerator() |
protected void |
processModules(EquinoxApplication app,
EquinoxApplication implApp,
Collection<ApplicationModule> result,
Collection<Module> modules) |
void |
setInfrastructure(World infrastructure) |
public WorldGenerator()
public WorldGenerator(World infrastructure)
public void setInfrastructure(World infrastructure)
public WorldGenerator getWorldGenerator()
public World getWorld()
public Globalization getGlobalize()
public void generate(org.eclipse.core.runtime.IProgressMonitor monitor) throws Exception
Exception
protected Configuration findSecurityConfiguration(EquinoxApplication app)
protected void processModules(EquinoxApplication app, EquinoxApplication implApp, Collection<ApplicationModule> result, Collection<Module> modules)
public Credentials findLocalCredentials(EquinoxApplication app)
protected void fillGlobalize()
public Map<MasterServer,ValueArchiveServer> getArchiveMap()
public GeneratorContext.MasterContext getMasterContext(MasterServer master)