public class InitMetadata extends Object
Constructor and Description |
---|
InitMetadata(String name,
String platformHome,
URI endPoint,
String startDir,
String stopDir,
String configDir,
String dataDir,
String logDir,
String goldDir) |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2009-2012 jclouds. All Rights Reserved.