|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.configApply.Configurator
public class Configurator
Configure a jonas server
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
The logger |
| Constructor Summary | |
|---|---|
Configurator()
|
|
| Method Summary | |
|---|---|
static void |
rmdir(java.io.File directory)
Recursive directory deleter |
static void |
setAConfiguration(org.ow2.jasmine.deployme.generated.Configuration config,
ServerDomain sd)
Set the configuration of this server |
static void |
setAConfiguration(org.ow2.jasmine.deployme.generated.Configuration config,
ServerDomain sd,
java.lang.String jonasRoot)
Set the configuration of this server, only used for tests |
static void |
setClusterAConfiguration(java.lang.String domainName,
org.ow2.jasmine.deployme.generated.Topology.Domains.Domain.ClusterDaemons.ClusterDaemon cluster)
Set the configuration of this cluster daemon |
static void |
setClusterAConfiguration(java.lang.String domainName,
org.ow2.jasmine.deployme.generated.Topology.Domains.Domain.ClusterDaemons.ClusterDaemon cluster,
java.lang.String jonasRoot)
Set the configuration of this cluster daemon, only used for tests |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public Configurator()
| Method Detail |
|---|
public static void rmdir(java.io.File directory)
public static void setClusterAConfiguration(java.lang.String domainName,
org.ow2.jasmine.deployme.generated.Topology.Domains.Domain.ClusterDaemons.ClusterDaemon cluster,
java.lang.String jonasRoot)
domainName - Cluster daemon domain nameconfig - The config of the cluster daemonjonasRoot - JONAS_ROOT directory to use
public static void setClusterAConfiguration(java.lang.String domainName,
org.ow2.jasmine.deployme.generated.Topology.Domains.Domain.ClusterDaemons.ClusterDaemon cluster)
domainName - Cluster daemon domain nameconfig - The config of the cluster daemon
public static void setAConfiguration(org.ow2.jasmine.deployme.generated.Configuration config,
ServerDomain sd,
java.lang.String jonasRoot)
config - The configsd - The server and his domainjonasRoot - path to the jonas root to use
public static void setAConfiguration(org.ow2.jasmine.deployme.generated.Configuration config,
ServerDomain sd)
config - The configsd - The server and his domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||