Index

A B C D E F G H I J K L M O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addEnvironmentVariable(String, String) - Method in class org.wildfly.plugin.tools.server.Configuration
Adds an environment variable to the process being created.
addEnvironmentVariables(Map<String, String>) - Method in class org.wildfly.plugin.tools.server.Configuration
Adds the environment variables to the process being created.
addServerGroup(String) - Method in class org.wildfly.plugin.tools.Deployment
Adds a server group for the deployment.
addServerGroup(String) - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
Adds a server group for the deployment description.
addServerGroup(String) - Method in class org.wildfly.plugin.tools.UndeployDescription
Adds a server group for the deployment description.
addServerGroups(String...) - Method in class org.wildfly.plugin.tools.Deployment
Adds the server groups for the deployment.
addServerGroups(String...) - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
Adds the server groups for the deployment description.
addServerGroups(String...) - Method in class org.wildfly.plugin.tools.UndeployDescription
Adds the server groups for the deployment description.
addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.tools.Deployment
Adds the server groups for the deployment.
addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
Adds the server groups for the deployment description.
addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.tools.UndeployDescription
Adds the server groups for the deployment description.
asManaged() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Returns an instance of this server manager which does not allow the shutting down the server.
asModelNode() - Method in class org.wildfly.plugin.tools.DeploymentResult
The result from the deployment operation.
Assertions - Class in org.wildfly.plugin.tools.util
A utility for assertions.
Assertions() - Constructor for class org.wildfly.plugin.tools.util.Assertions
 
assertSuccess() - Method in class org.wildfly.plugin.tools.DeploymentResult
Checks to see if the deployment was successful and if not throws a DeploymentException with the failure message.

B

bindClient(ModelControllerClient) - Method in class org.wildfly.plugin.tools.cli.CLIWrapper
Binds the client to the CLI context.
BOOTABLE_SUFFIX - Static variable in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
 
BootableJarSupport - Class in org.wildfly.plugin.tools.bootablejar
Various utilities for packing a bootable JAR.
BootableJarSupport() - Constructor for class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
 
BootLoggingConfiguration - Class in org.wildfly.plugin.tools.bootablejar
Generates a new logging.properties file based on the logging subsystem model.
BootLoggingConfiguration() - Constructor for class org.wildfly.plugin.tools.bootablejar.BootLoggingConfiguration
Creates a configuration generator.
build() - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
buildConfig(GalleonBuilder, List<GalleonFeaturePack>, List<String>, List<String>, Map<String, String>, String) - Static method in class org.wildfly.plugin.tools.GalleonUtils
Build a Galleon provisioning configuration.
buildDefaultConfig() - Static method in class org.wildfly.plugin.tools.GalleonUtils
Build a default WildFly provisioning config.
buildDefaultConfig(String, String) - Static method in class org.wildfly.plugin.tools.GalleonUtils
Build a default server provisioning config.
builder() - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Creates a builder to build a server manager.
Builder() - Constructor for class org.wildfly.plugin.tools.server.ServerManager.Builder
 
buildJar(Path, Path, ScannedArtifacts, MavenRepoManager) - Static method in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
Builds a JAR file for the bootable JAR.

C

client() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
client() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
client() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Returns the client associated with this server manager.
client(ModelControllerClient) - Method in class org.wildfly.plugin.tools.server.Configuration
Sets the client to use for the server manager.
client(ModelControllerClient) - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
Sets the client to use for the server manager.
CLIForkedBootConfigGenerator - Class in org.wildfly.plugin.tools.cli
Generate boot logging config forked process entry point.
CLIForkedBootConfigGenerator() - Constructor for class org.wildfly.plugin.tools.cli.CLIForkedBootConfigGenerator
 
CLIWrapper - Class in org.wildfly.plugin.tools.cli
A CLI executor, resolving CLI classes from the provided Classloader.
CLIWrapper(Path, boolean, ClassLoader) - Constructor for class org.wildfly.plugin.tools.cli.CLIWrapper
Creates a new CLIWrapper with a null BootLoggingConfiguration.
CLIWrapper(Path, boolean, ClassLoader, BootLoggingConfiguration) - Constructor for class org.wildfly.plugin.tools.cli.CLIWrapper
Creates a new CLIWrapper with a null BootLoggingConfiguration.
close() - Method in class org.wildfly.plugin.tools.cli.CLIWrapper
 
close() - Method in class org.wildfly.plugin.tools.Deployment
 
close() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
close() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
close() - Method in interface org.wildfly.plugin.tools.server.ServerManager
compare(String, String) - Method in class org.wildfly.plugin.tools.VersionComparator
 
compareTo(ContainerDescription.ModelVersion) - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
 
compareTo(Deployment) - Method in class org.wildfly.plugin.tools.Deployment
 
compareTo(SimpleDeploymentDescription) - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
 
compareTo(UndeployDescription) - Method in class org.wildfly.plugin.tools.UndeployDescription
 
compareVersion(boolean, String, String) - Static method in class org.wildfly.plugin.tools.VersionComparator
Compares the first version against the second version optionally ignoring if either version has a SNAPSHOT release extension.
compareVersion(String, String) - Static method in class org.wildfly.plugin.tools.VersionComparator
Compares the first version against the second version.
complete(ProgressTracker<T>) - Method in class org.wildfly.plugin.tools.PluginProgressTracker
 
Configuration<T> - Class in org.wildfly.plugin.tools.server
The configuration used when starting a server.
ConsoleConsumer - Class in org.wildfly.plugin.tools
A utility which will consume output from an InputStream and write it to an OutputStream.
ConsoleConsumer(InputStream, OutputStream) - Constructor for class org.wildfly.plugin.tools.ConsoleConsumer
Creates a new console consumer which will pipe the InputStream to the OutputStream.
containerDescription() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
containerDescription() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
containerDescription() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Returns the container description for the running server.
ContainerDescription - Interface in org.wildfly.plugin.tools
Information about the running container.
ContainerDescription.ModelVersion - Class in org.wildfly.plugin.tools
Describes the model version.
create(ModelControllerClient) - Static method in interface org.wildfly.plugin.tools.DeploymentManager
Creates a new deployment manager.
create(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.DeploymentManager.Factory
Deprecated, for removal: This API element is subject to removal in a future version.
create(BootableJarCommandBuilder) - Static method in class org.wildfly.plugin.tools.server.Configuration
Creates a standalone configuration to launch a standalone server via the bootable JAR.
create(DomainCommandBuilder) - Static method in class org.wildfly.plugin.tools.server.Configuration
Creates a domain configuration to launch a domain server
create(StandaloneCommandBuilder) - Static method in class org.wildfly.plugin.tools.server.Configuration
Creates a standalone configuration to launch a standalone server.
createAddDeploymentOperation(Set<Deployment>) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an operation to add deployment content to a running server for each deployment.
createAddDeploymentOperation(Deployment) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an operation to add deployment content to a running server.
createDeployOperation(Set<DeploymentDescription>) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an option to deploy existing content to the runtime for each deployment
createDeployOperation(DeploymentDescription) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an operation to deploy existing deployment content to the runtime.
createRedeployOperation(Set<DeploymentDescription>) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates a redeploy operation for the deployment.
createRedeployOperation(DeploymentDescription) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates a redeploy operation for the deployment.
createReplaceOperation(Set<Deployment>) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an operation to replace deployment content to a running server.
createReplaceOperation(Deployment) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an operation to replace deployment content to a running server.
createUndeployOperation(Set<UndeployDescription>) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an undeploy operation for each deployment description.
createUndeployOperation(UndeployDescription) - Static method in class org.wildfly.plugin.tools.DeploymentOperations
Creates an undeploy operation.

D

deploy(Set<Deployment>) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Deploys the content of each deployment to the server.
deploy(Deployment) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Deploys the content to the server.
Deployment - Class in org.wildfly.plugin.tools
Represents a deployment to be deployed or redeployed to a server.
DeploymentDescription - Interface in org.wildfly.plugin.tools
Represents a default description for a deployment.
DeploymentException - Exception Class in org.wildfly.plugin.tools
An exception that represents a deployment error.
DeploymentException(String) - Constructor for exception class org.wildfly.plugin.tools.DeploymentException
Creates a new deployment exception.
DeploymentException(String, Throwable) - Constructor for exception class org.wildfly.plugin.tools.DeploymentException
Creates a new deployment exception.
DeploymentException(Throwable) - Constructor for exception class org.wildfly.plugin.tools.DeploymentException
Creates a new deployment exception.
deploymentManager() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
deploymentManager() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
deploymentManager() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Returns the deployment manager for the server.
DeploymentManager - Interface in org.wildfly.plugin.tools
Allows deployment operations to be executed on a running server.
DeploymentManager.Factory - Class in org.wildfly.plugin.tools
Deprecated, for removal: This API element is subject to removal in a future version.
DeploymentOperations - Class in org.wildfly.plugin.tools
A helper to create deployment operations.
DeploymentOperations() - Constructor for class org.wildfly.plugin.tools.DeploymentOperations
 
DeploymentResult - Class in org.wildfly.plugin.tools
Represents the results of a deployment.
deployToRuntime(Set<DeploymentDescription>) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Deploys existing deployment content to the runtime for each deployment description.
deployToRuntime(DeploymentDescription) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Deploys existing deployment content to the runtime.
determineHostAddress() - Method in class org.wildfly.plugin.tools.server.DomainManager
Determines the address for the host being used.
determineHostAddress(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Determines the address for the host being used.
directory(File) - Method in class org.wildfly.plugin.tools.server.Configuration
Sets the working directory for the process created.
directory(String) - Method in class org.wildfly.plugin.tools.server.Configuration
Sets the working directory for the process created.
directory(Path) - Method in class org.wildfly.plugin.tools.server.Configuration
Sets the working directory for the process created.
domain() - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
Creates a DomainManager based on the builders settings.
DomainConfiguration - Class in org.wildfly.plugin.tools.server
Represents the configuration used to boot a domain server.
DomainManager - Class in org.wildfly.plugin.tools.server
A utility for executing management operations on domain servers.

E

equals(Object) - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
 
equals(Object) - Method in class org.wildfly.plugin.tools.Deployment
 
equals(Object) - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
 
equals(Object) - Method in class org.wildfly.plugin.tools.UndeployDescription
 
executeOperation(Operation) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Executes the operation with the ServerManager.client() returning the result or throwing an OperationExecutionException if the operation failed.
executeOperation(ModelNode) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Executes the operation with the ServerManager.client() returning the result or throwing an OperationExecutionException if the operation failed.
executeReload() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
executeReload() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Reloads the server and returns immediately.
executeReload() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
executeReload(ModelControllerClient, ModelNode) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Reloads the server and returns immediately.
executeReload(ModelNode) - Method in class org.wildfly.plugin.tools.server.DomainManager
Reloads the server and returns immediately.
executeReload(ModelNode) - Method in class org.wildfly.plugin.tools.server.StandaloneManager
Reloads the server and returns immediately.
executeReload(ModelNode) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Reloads the server and returns immediately.

F

Factory() - Constructor for class org.wildfly.plugin.tools.DeploymentManager.Factory
Deprecated.
 
findProcess() - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Attempts to find the controlling process.
forceDeploy(Set<Deployment>) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Deploys the content to the server if it does not already exist on the server.
forceDeploy(Deployment) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Deploys the content to the server if it does not already exist on the server.
fork(String[], Class<?>, Path, Path, String...) - Static method in class org.wildfly.plugin.tools.cli.ForkedCLIUtil
Forks a CLI process.
fork(Collection<String>, Class<?>, Path, Path, String...) - Static method in class org.wildfly.plugin.tools.cli.ForkedCLIUtil
Forks a CLI process.
ForkedCLIUtil - Class in org.wildfly.plugin.tools.cli
A utility for forking a CLI process.
ForkedCLIUtil() - Constructor for class org.wildfly.plugin.tools.cli.ForkedCLIUtil
 

G

GalleonUtils - Class in org.wildfly.plugin.tools
Utilities for provisioning a server with Galleon.
GalleonUtils() - Constructor for class org.wildfly.plugin.tools.GalleonUtils
 
generate(Path, ModelControllerClient) - Method in class org.wildfly.plugin.tools.bootablejar.BootLoggingConfiguration
Generates a logging.properties file based on the logging configuration.
generateBootLoggingConfig() - Method in class org.wildfly.plugin.tools.cli.CLIWrapper
Generate boot logging.
generateBootLoggingConfig(String[], Path, Path) - Static method in class org.wildfly.plugin.tools.bootablejar.BootLoggingConfiguration
Generate the logging configuration in a forked process.
getBoot() - Method in class org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
Returns the artifact used for booting.
getCliArtifacts() - Method in class org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
Returns an immutable set of CLI artifacts.
getContainerDescription(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Returns the description of the running container.
getDeploymentNames() - Method in interface org.wildfly.plugin.tools.DeploymentManager
Returns the names of deployed content.
getDeployments() - Method in interface org.wildfly.plugin.tools.DeploymentManager
Returns the available deployments.
getDeployments(String) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Returns all the deployments on the specified server-group.
getExecutionResult() - Method in exception class org.wildfly.plugin.tools.OperationExecutionException
Returns the result from the operation executed.
getFailureMessage() - Method in class org.wildfly.plugin.tools.DeploymentResult
Returns the failure message if the deployment was not successful.
getInstance() - Static method in class org.wildfly.plugin.tools.VersionComparator
Returns an instance of a version comparator.
getInstance(boolean) - Static method in class org.wildfly.plugin.tools.VersionComparator
Returns an instance of a version comparator which optionally ignore the SNAPSHOT release extension.
getJbossModules() - Method in class org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
Returns the JBoss Modules artifact.
getLaunchType() - Method in interface org.wildfly.plugin.tools.ContainerDescription
Returns the type of the server that was launched.
getModelVersion() - Method in interface org.wildfly.plugin.tools.ContainerDescription
Returns the root model version.
getName() - Method in class org.wildfly.plugin.tools.Deployment
 
getName() - Method in interface org.wildfly.plugin.tools.DeploymentDescription
Returns the name for this deployment.
getName() - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
 
getName() - Method in class org.wildfly.plugin.tools.UndeployDescription
 
getOutput() - Method in class org.wildfly.plugin.tools.cli.CLIWrapper
Returns the output from the CLI context.
getProductName() - Method in interface org.wildfly.plugin.tools.ContainerDescription
Returns the name of the product.
getProductVersion() - Method in interface org.wildfly.plugin.tools.ContainerDescription
Returns the product version, if defined, or null if the product version was not defined.
getReleaseVersion() - Method in interface org.wildfly.plugin.tools.ContainerDescription
Returns the release version, if defined, or null if the release version was not defined.
getRuntimeName() - Method in class org.wildfly.plugin.tools.Deployment
Returns the runtime name set for the deployment which may be null.
getServerGroups() - Method in class org.wildfly.plugin.tools.Deployment
 
getServerGroups() - Method in interface org.wildfly.plugin.tools.DeploymentDescription
Returns the server groups for this deployment.
getServerGroups() - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
 
getServerGroups() - Method in class org.wildfly.plugin.tools.UndeployDescription
 

H

handle(String) - Method in class org.wildfly.plugin.tools.cli.CLIWrapper
Handles invoking the command.
handleSafe(String) - Method in class org.wildfly.plugin.tools.cli.CLIWrapper
Safely handle invoking the command.
hasDeployment(String) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Checks if the deployment content is on the server.
hasDeployment(String, String) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Checks if the deployment content is on the server.
hashCode() - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
 
hashCode() - Method in class org.wildfly.plugin.tools.Deployment
 
hashCode() - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
 
hashCode() - Method in class org.wildfly.plugin.tools.UndeployDescription
 

I

initTrackers(Provisioning, Logger) - Static method in class org.wildfly.plugin.tools.PluginProgressTracker
Creates a logging ProgressTracker.
isClosed() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
isClosed() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
isClosed() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Checks if this server manager has been closed.
isDomain() - Method in interface org.wildfly.plugin.tools.ContainerDescription
Checks if the server is a managed domain server.
isDomainRunning(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Checks to see if the domain is running.
isEnabled() - Method in class org.wildfly.plugin.tools.Deployment
Indicates whether or not the deployment should be enabled by default.
isEnabled(String) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Checks if the deployment has been deployed to the runtime.
isEnabled(String, String) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Checks if the deployment has been deployed to the runtime.
isFailOnMissing() - Method in class org.wildfly.plugin.tools.UndeployDescription
Indicates whether or not a failure should occur if the deployment does not exist on the container.
isRemoveContent() - Method in class org.wildfly.plugin.tools.UndeployDescription
Indicates whether or not the content should be removed from the content repository.
isRunning() - Method in class org.wildfly.plugin.tools.server.DomainManager
Checks to see if the domain is running.
isRunning() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Checks to see if a server is running.
isRunning() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
isRunning(ModelControllerClient) - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Checks if a server is running regardless if it is a standalone or domain server.
isStandaloneRunning(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Checks to see if a standalone server is running.
isValidHomeDirectory(String) - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Checks whether the directory is a valid home directory for a server.
isValidHomeDirectory(String) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Checks whether or not the directory is a valid home directory for a server.
isValidHomeDirectory(Path) - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Checks whether the directory is a valid home directory for a server.
isValidHomeDirectory(Path) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Checks whether or not the directory is a valid home directory for a server.

J

JBOSS_MODULES_ARTIFACT_ID - Static variable in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
 
JBOSS_MODULES_GROUP_ID - Static variable in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
 

K

kill() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
kill() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
kill() - Method in interface org.wildfly.plugin.tools.server.ServerManager
If a process is available and alive, the process is attempted to be killed.

L

launchType() - Method in class org.wildfly.plugin.tools.server.DomainManager
Determines the servers "launch-type".
launchType() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
Determines the servers "launch-type".
launchType() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Determines the servers "launch-type".
launchType(ModelControllerClient) - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Returns the "launch-type" attribute of a server.
launchType(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Determines the servers "launch-type".
local(Path) - Static method in class org.wildfly.plugin.tools.Deployment
Creates a new deployment for the path.
lookup(ModelControllerClient) - Static method in interface org.wildfly.plugin.tools.ContainerDescription
Queries the running container and attempts to lookup the information from the running container.

M

main(String[]) - Static method in class org.wildfly.plugin.tools.cli.CLIForkedBootConfigGenerator
 
major() - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
The major version of the model.
managementAddress(String) - Method in class org.wildfly.plugin.tools.server.Configuration
The management address to use for the client if the client has not been set.
managementAddress(String) - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
The management address to use for the client if the client has not been set.
managementPort(int) - Method in class org.wildfly.plugin.tools.server.Configuration
The management port to use for the client if the client has not been set.
managementPort(int) - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
The management port to use for the client if the client has not been set.
micro() - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
THe micro version of the model.
minor() - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
The minor version of the model.

O

of(File) - Static method in class org.wildfly.plugin.tools.Deployment
Creates a new deployment for the file.
of(InputStream, String) - Static method in class org.wildfly.plugin.tools.Deployment
Creates a new deployment for the input stream.
of(String) - Static method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
Creates a simple deployment description with an empty set of server groups.
of(String) - Static method in class org.wildfly.plugin.tools.UndeployDescription
Creates a new undeploy description.
of(String, Set<String>) - Static method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
Creates a simple deployment description.
of(URL) - Static method in class org.wildfly.plugin.tools.Deployment
Creates a new deployment for the URL.
of(Path) - Static method in class org.wildfly.plugin.tools.Deployment
Creates a new deployment for the path.
of(DeploymentDescription) - Static method in class org.wildfly.plugin.tools.UndeployDescription
Creates a new undeploy description.
OperationExecutionException - Exception Class in org.wildfly.plugin.tools
An error indicating an operation has failed to execute.
OperationExecutionException(String, Throwable) - Constructor for exception class org.wildfly.plugin.tools.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(String, Operation, ModelNode) - Constructor for exception class org.wildfly.plugin.tools.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(String, ModelNode, ModelNode) - Constructor for exception class org.wildfly.plugin.tools.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(Operation, ModelNode) - Constructor for exception class org.wildfly.plugin.tools.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(ModelNode, ModelNode) - Constructor for exception class org.wildfly.plugin.tools.OperationExecutionException
Creates a new exception with the failure message from the result.
org.wildfly.plugin.core - module org.wildfly.plugin.core
 
org.wildfly.plugin.tools - package org.wildfly.plugin.tools
 
org.wildfly.plugin.tools.bootablejar - package org.wildfly.plugin.tools.bootablejar
 
org.wildfly.plugin.tools.cli - package org.wildfly.plugin.tools.cli
 
org.wildfly.plugin.tools.server - package org.wildfly.plugin.tools.server
 
org.wildfly.plugin.tools.util - package org.wildfly.plugin.tools.util
 

P

packageBootableJar(Path, Path, GalleonProvisioningConfig, Path, MavenRepoManager, MessageWriter) - Static method in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
Package a server as a bootable JAR.
PluginProgressTracker<T> - Class in org.wildfly.plugin.tools
A ProgressCallback which logs the status.
process(Process) - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
The process to associate with the server manager.
process(ProcessHandle) - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
The process handle to associate with the server manager.
processed(ProgressTracker<T>) - Method in class org.wildfly.plugin.tools.PluginProgressTracker
 
processing(ProgressTracker<T>) - Method in class org.wildfly.plugin.tools.PluginProgressTracker
 
provision(Path, String, String, MavenRepoManager) - Static method in class org.wildfly.plugin.tools.GalleonUtils
Galleon provisioning of a default server.
pulse(ProgressTracker<T>) - Method in class org.wildfly.plugin.tools.PluginProgressTracker
 

R

redeploy(Set<Deployment>) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Redeploys the content to the server.
redeploy(Deployment) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Redeploys the content to the server.
redeployToRuntime(Set<DeploymentDescription>) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Redeploys existing deployment content to the runtime for each deployment description.
redeployToRuntime(DeploymentDescription) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Redeploys existing deployment content to the runtime.
redirectError(File) - Method in class org.wildfly.plugin.tools.server.Configuration
Redirects the error stream of the process to a file.
redirectError(ProcessBuilder.Redirect) - Method in class org.wildfly.plugin.tools.server.Configuration
Redirects the error stream of the process to the destination provided.
redirectErrorStream(boolean) - Method in class org.wildfly.plugin.tools.server.Configuration
Set to true if the error stream should be redirected to the output stream.
redirectOutput(File) - Method in class org.wildfly.plugin.tools.server.Configuration
Redirects the output of the process to a file.
redirectOutput(ProcessBuilder.Redirect) - Method in class org.wildfly.plugin.tools.server.Configuration
Redirects the output of the process to the destination provided.
redirectOutput(Path) - Method in class org.wildfly.plugin.tools.server.Configuration
Redirects the output of the process to a file.
reloadIfRequired() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
reloadIfRequired() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Checks if the container status is "reload-required" and if it's the case, executes reload and waits for completion with a 10 second timeout.
reloadIfRequired() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
reloadIfRequired(long, TimeUnit) - Method in class org.wildfly.plugin.tools.server.DomainManager
 
reloadIfRequired(long, TimeUnit) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Checks if the container status is "reload-required" and if it's the case, executes reload and waits for completion.
reloadIfRequired(long, TimeUnit) - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
reloadIfRequired(ModelControllerClient, long) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Checks if the container status is "reload-required" and if it's the case executes reload and waits for completion.
requiresNotNullOrNotEmptyParameter(String, String) - Static method in class org.wildfly.plugin.tools.util.Assertions
Checks if the parameter is null or empty and throws an IllegalArgumentException if it is.
requiresNotNullOrNotEmptyParameter(String, T) - Static method in class org.wildfly.plugin.tools.util.Assertions
Checks if the parameter is null or empty and throws an IllegalArgumentException if it is.
run() - Method in class org.wildfly.plugin.tools.ConsoleConsumer
 

S

scanArtifacts(Provisioning, GalleonProvisioningConfig, MessageWriter) - Static method in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
Scans the provisioning session for required artifacts.
ScannedArtifacts - Class in org.wildfly.plugin.tools.bootablejar
Describes the artifacts required for the bootable JAR.
ScannedArtifacts(MavenArtifact, MavenArtifact, Set<MavenArtifact>) - Constructor for class org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
Creates a new scanned artifact description
ServerHelper - Class in org.wildfly.plugin.tools
Deprecated, for removal: This API element is subject to removal in a future version.
Use the ServerManager, StandaloneManager and DomainManager utilities as replacements.
ServerHelper() - Constructor for class org.wildfly.plugin.tools.ServerHelper
Deprecated.
 
ServerManager - Interface in org.wildfly.plugin.tools.server
A simple manager for various interactions with a potentially running server.
ServerManager.Builder - Class in org.wildfly.plugin.tools.server
A builder used to build a ServerManager.
ServerStartException - Exception Class in org.wildfly.plugin.tools.server
Represents a failure when attempting to start a server.
serverState() - Method in class org.wildfly.plugin.tools.server.DomainManager
 
serverState() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Gets the "server-state" for standalone servers or the "host-state" for domain servers.
serverState() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
serverState(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Gets the "server-state" for a standalone server.
setEnabled(boolean) - Method in class org.wildfly.plugin.tools.Deployment
Sets whether or not the deployment should be enabled.
setFailOnMissing(boolean) - Method in class org.wildfly.plugin.tools.UndeployDescription
Sets whether or not a failure should occur if the deployment does exist on the container.
setName(String) - Method in class org.wildfly.plugin.tools.Deployment
Sets the name for the deployment.
setRemoveContent(boolean) - Method in class org.wildfly.plugin.tools.UndeployDescription
Sets whether or not the content should be removed after the undeploy operation.
setRuntimeName(String) - Method in class org.wildfly.plugin.tools.Deployment
Sets the runtime name for the deployment.
setServerGroups(String...) - Method in class org.wildfly.plugin.tools.Deployment
Sets the server groups for the deployment.
setServerGroups(Collection<String>) - Method in class org.wildfly.plugin.tools.Deployment
Sets the server groups for the deployment.
shutdown() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Shuts down the server without a graceful shutdown timeout and wait for the server to be shutdown.
shutdown(long) - Method in class org.wildfly.plugin.tools.server.DomainManager
 
shutdown(long) - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
shutdown(long) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Shuts down the server and wait for the servers to be shutdown.
shutdownAsync() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Shuts down the server without a graceful shutdown timeout.
shutdownAsync(long) - Method in class org.wildfly.plugin.tools.server.DomainManager
 
shutdownAsync(long) - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
shutdownAsync(long) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Shuts down the server.
shutdownDomain(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Shuts down a managed domain container.
shutdownDomain(ModelControllerClient, int) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Shuts down a managed domain container.
shutdownOnClose(boolean) - Method in class org.wildfly.plugin.tools.server.Configuration
When set to true the server will be shutdown when the server manager is closed.
shutdownOnClose(boolean) - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
When set to true the server will be shutdown when the server manager is closed.
shutdownStandalone(ModelControllerClient) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Shuts down a standalone server.
shutdownStandalone(ModelControllerClient, int) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Shuts down a standalone server.
SimpleDeploymentDescription - Class in org.wildfly.plugin.tools
A simple deployment description.
splitArguments(CharSequence) - Static method in class org.wildfly.plugin.tools.util.Utils
Splits the arguments into a list.
standalone() - Method in class org.wildfly.plugin.tools.server.ServerManager.Builder
Creates a StandaloneManager based on the builders settings.
StandaloneConfiguration - Class in org.wildfly.plugin.tools.server
Represents the configuration used to boot a standalone server.
StandaloneManager - Class in org.wildfly.plugin.tools.server
A utility for managing a standalone server.
start(InputStream, OutputStream) - Static method in class org.wildfly.plugin.tools.ConsoleConsumer
Creates and starts a daemon thread which pipes int InputStream to the OutputStream.
start(Process, OutputStream) - Static method in class org.wildfly.plugin.tools.ConsoleConsumer
Creates and starts a daemon thread which consumes a processes stdout stream and pipes the date to the output stream.
start(DomainConfiguration) - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Starts a domain server based on the command builder and waits until the server is started.
start(StandaloneConfiguration) - Static method in interface org.wildfly.plugin.tools.server.ServerManager
Starts a standalone server based on the command builder.
starting(ProgressTracker<T>) - Method in class org.wildfly.plugin.tools.PluginProgressTracker
 
successful() - Method in class org.wildfly.plugin.tools.DeploymentResult
Determines if the deployment was successful or not.

T

takeSnapshot() - Method in class org.wildfly.plugin.tools.server.DomainManager
Takes a snapshot of the current servers configuration and returns the relative file name of the snapshot.
takeSnapshot() - Method in class org.wildfly.plugin.tools.server.StandaloneManager
Takes a snapshot of the current servers configuration and returns the relative file name of the snapshot.
takeSnapshot() - Method in interface org.wildfly.plugin.tools.server.ServerManager
Takes a snapshot of the current servers configuration and returns the relative file name of the snapshot.
toString() - Method in class org.wildfly.plugin.tools.ContainerDescription.ModelVersion
 
toString() - Method in class org.wildfly.plugin.tools.Deployment
 
toString() - Method in class org.wildfly.plugin.tools.SimpleDeploymentDescription
 
toString() - Method in class org.wildfly.plugin.tools.UndeployDescription
 

U

undeploy(Set<UndeployDescription>) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Undeploys the deployment from the server.
undeploy(UndeployDescription) - Method in interface org.wildfly.plugin.tools.DeploymentManager
Undeploys the deployment from the server.
UndeployDescription - Class in org.wildfly.plugin.tools
Represents the description for undeploying content from a running container.
unzipCloudExtension(Path, String, MavenRepoManager) - Static method in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
Resolves the cloud extension for the version provided.
Utils - Class in org.wildfly.plugin.tools.util
 
Utils() - Constructor for class org.wildfly.plugin.tools.util.Utils
 

V

VersionComparator - Class in org.wildfly.plugin.tools
Compares two versions.
VersionComparator() - Constructor for class org.wildfly.plugin.tools.VersionComparator
Creates a new version comparator.

W

waitFor(long) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Waits the given amount of time in seconds for a server to start.
waitFor(long, TimeUnit) - Method in class org.wildfly.plugin.tools.server.DomainManager
 
waitFor(long, TimeUnit) - Method in class org.wildfly.plugin.tools.server.StandaloneManager
 
waitFor(long, TimeUnit) - Method in interface org.wildfly.plugin.tools.server.ServerManager
Waits the given amount of time for a server to start.
waitForDomain(Process, ModelControllerClient, long) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Waits the given amount of time in seconds for a managed domain to start.
waitForDomain(ModelControllerClient, long) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Waits the given amount of time in seconds for a managed domain to start.
waitForStandalone(Process, ModelControllerClient, long) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Waits the given amount of time in seconds for a standalone server to start.
waitForStandalone(ModelControllerClient, long) - Static method in class org.wildfly.plugin.tools.ServerHelper
Deprecated.
Waits the given amount of time in seconds for a standalone server to start.
WILDFLY_ARTIFACT_VERSIONS_RESOURCE_PATH - Static variable in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
 

Z

zipServer(Path, Path) - Static method in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
Creates a ZIP archive for the server.
zipServer(Path, Path, String) - Static method in class org.wildfly.plugin.tools.bootablejar.BootableJarSupport
Creates a ZIP archive for the server.
A B C D E F G H I J K L M O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form