public interface ServiceSetup
The interface that provides information about the installation of services. Returned by InstallerContext.getServiceSetups().
| Method Summary | |
|---|---|
java.lang.String |
getRelativeFileName()
Returns the relative executable file name of the service with regard to the installation directory. |
boolean |
isInstall()
Returns whether the service will be installed. |
boolean |
isStartOnBoot()
Returns whether the service will be started on bootup. |
void |
setInstall(boolean install)
Sets whether the service should be installed or not. |
void |
setStartOnBoot(boolean startOnBootup)
Sets whether the service should be started on bootup or not. |
| Method Detail |
|---|
boolean isInstall()
void setInstall(boolean install)
install - the new stateboolean isStartOnBoot()
void setStartOnBoot(boolean startOnBootup)
startOnBootup - the new statejava.lang.String getRelativeFileName()