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 protectedDomainConfiguration(org.wildfly.core.launcher.CommandBuilder commandBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Configuration.LaunchTypelaunchType()The type of the server to launch.protected DomainConfigurationself()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:ConfigurationThe type of the server to launch.- Specified by:
launchTypein classConfiguration<DomainConfiguration>- Returns:
- the type of the server
-
self
protected DomainConfiguration self()
Description copied from class:ConfigurationThis instance.- Specified by:
selfin classConfiguration<DomainConfiguration>- Returns:
- this instance
-
-