|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.scriptbuilder.domain.InitMetadata
public class InitMetadata
Defines the environment of a process that can be started in the background on an operating system.
| Constructor Summary | |
|---|---|
InitMetadata(String name,
String platformHome,
URI endPoint,
String startDir,
String stopDir,
String configDir,
String dataDir,
String logDir,
String goldDir)
|
|
| Method Summary | |
|---|---|
String |
getConfigDir()
holds configuration files of the process. |
String |
getDataDir()
holds files that are generated at runtime, but are not temporary. |
URI |
getEndPoint()
the named ip and port that this process will bind server sockets to, as well the protocol used to test it. |
String |
getGoldDir()
on-disk, read-only location of the artifacts needed to recreate this process. |
String |
getLogDir()
where all logs are written. |
String |
getName()
what uniquely identifies your process in a listing. |
String |
getPlatformHome()
Where the platform that this process is an instance of is located. |
String |
getStartDir()
working directory when starting the server. |
String |
getStopDir()
working directory when stopping the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitMetadata(String name,
String platformHome,
URI endPoint,
String startDir,
String stopDir,
String configDir,
String dataDir,
String logDir,
String goldDir)
| Method Detail |
|---|
public String getStartDir()
public String getStopDir()
public String getPlatformHome()
public String getName()
public String getConfigDir()
gold copy directory.
public String getDataDir()
public String getLogDir()
public String getGoldDir()
public URI getEndPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||