public class PlatformServicesInfo extends Object
Modifier and Type | Class and Description |
---|---|
class |
PlatformServicesInfo.PlatformServiceException |
Constructor and Description |
---|
PlatformServicesInfo(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(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 © 2020. All rights reserved.