public class PlatformServicesInfo extends Object
| Constructor and Description |
|---|
PlatformServicesInfo(com.sun.enterprise.util.io.ServerDirs sDirs,
AppserverServiceType theType) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAppServerUser(String user) |
void |
setDryRun(boolean dryRun) |
void |
setForce(boolean force) |
void |
setPasswordFile(File passwordFile) |
void |
setServiceName(String serviceName) |
void |
setServiceUser(String serviceUser) |
void |
setTrace(boolean trace) |
String |
toString() |
void |
validate() |
public PlatformServicesInfo(com.sun.enterprise.util.io.ServerDirs sDirs,
AppserverServiceType theType)
public void validate()
public void setServiceName(String serviceName)
serviceName - the serviceName to setpublic void setDryRun(boolean dryRun)
dryRun - the dryRun to setpublic void setPasswordFile(File passwordFile)
passwordFile - the passwordFile to setpublic void setForce(boolean force)
public void setTrace(boolean trace)
public void setServiceUser(String serviceUser)
public void setAppServerUser(String user)
Copyright © 2018 Eclipse Foundation. All rights reserved.