Package org.wildfly.plugin.tools.server
Class DomainConfiguration
- java.lang.Object
-
- org.wildfly.plugin.tools.server.Configuration<DomainConfiguration>
-
- org.wildfly.plugin.tools.server.DomainConfiguration
-
public class DomainConfiguration extends Configuration<DomainConfiguration>
Represents the configuration used to boot a domain server.- Since:
- 1.2
- Author:
- James R. Perkins
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wildfly.plugin.tools.server.Configuration
Configuration.LaunchType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DomainConfiguration(org.wildfly.core.launcher.CommandBuilder commandBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Configuration.LaunchType
launchType()
The type of the server to launch.protected DomainConfiguration
self()
This instance.-
Methods inherited from class org.wildfly.plugin.tools.server.Configuration
addEnvironmentVariable, addEnvironmentVariables, client, client, commandBuilder, consumeStderr, consumeStdout, create, create, create, directory, directory, directory, launcher, managementAddress, managementAddress, managementPort, managementPort, redirectError, redirectError, redirectErrorStream, redirectOutput, redirectOutput, redirectOutput, shutdownOnClose, shutdownOnClose
-
-
-
-
Method Detail
-
launchType
protected Configuration.LaunchType launchType()
Description copied from class:Configuration
The type of the server to launch.- Specified by:
launchType
in classConfiguration<DomainConfiguration>
- Returns:
- the type of the server
-
self
protected DomainConfiguration self()
Description copied from class:Configuration
This instance.- Specified by:
self
in classConfiguration<DomainConfiguration>
- Returns:
- this instance
-
-