public class ServerDirs extends Object
| Constructor and Description |
|---|
ServerDirs() |
ServerDirs(File leaf) |
| Modifier and Type | Method and Description |
|---|---|
String |
deletePidFile()
Return a message suitable for printing, not just for errors.
|
File |
getAgentDir() |
File |
getConfigDir() |
File |
getDasPropertiesFile() |
File |
getDomainXml() |
String |
getLocalPassword() |
File |
getLocalPasswordFile() |
File |
getPidFile() |
File |
getServerDir() |
File |
getServerGrandParentDir() |
String |
getServerName() |
File |
getServerParentDir() |
boolean |
isValid() |
ServerDirs |
refresh() |
String |
toString() |
public ServerDirs()
public ServerDirs(File leaf) throws IOException
IOExceptionpublic final String getServerName()
public final String deletePidFile()
public ServerDirs refresh() throws IOException
IOExceptionpublic final File getServerDir()
public final File getAgentDir()
public final File getServerParentDir()
public final File getServerGrandParentDir()
public final File getDomainXml()
public final File getConfigDir()
public final File getPidFile()
public final File getDasPropertiesFile()
public String getLocalPassword()
public final File getLocalPasswordFile()
public final boolean isValid()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.