-
public final class ServiceOptionsSystem service related options.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>userprivate final Property<String>groupprivate final Property<Int>limitNoFileprivate final Property<String>environmentCommandprivate final Property<String>startCommandprivate final Property<String>stopCommandprivate final Property<String>statusCommandprivate final Map<String, Any>opts
-
Constructor Summary
Constructors Constructor Description ServiceOptions(AemExtension aem)
-
Method Summary
Modifier and Type Method Description final Property<String>getUser()System user used to run instance. final Property<String>getGroup()System group of user used to run instance. final Property<Int>getLimitNoFile()Controls number of file descriptors allowed. final Property<String>getEnvironmentCommand()Environment variables loader command. final Property<String>getStartCommand()Build command relative to root project used to start process which runs AEM instance as a system service. final Property<String>getStopCommand()Build command relative to root project used to stop process which runs AEM instance as a system service. final Property<String>getStatusCommand()Build command relative to root project used to describe status of AEM instance running as a system service. final Map<String, Any>getOpts()-
-
Constructor Detail
-
ServiceOptions
ServiceOptions(AemExtension aem)
-
-
Method Detail
-
getLimitNoFile
final Property<Int> getLimitNoFile()
Controls number of file descriptors allowed.
-
getEnvironmentCommand
final Property<String> getEnvironmentCommand()
Environment variables loader command.
-
getStartCommand
final Property<String> getStartCommand()
Build command relative to root project used to start process which runs AEM instance as a system service.
-
getStopCommand
final Property<String> getStopCommand()
Build command relative to root project used to stop process which runs AEM instance as a system service.
-
getStatusCommand
final Property<String> getStatusCommand()
Build command relative to root project used to describe status of AEM instance running as a system service.
-
-
-
-