A B C D E F G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addServerGroup(String) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Adds a server group for the deployment.
- addServerGroup(String) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.Adds a server group for the deployment description.
- addServerGroup(String) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Adds a server group for the deployment description.
- addServerGroups(String...) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Adds the server groups for the deployment.
- addServerGroups(String...) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.Adds the server groups for the deployment description.
- addServerGroups(String...) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Adds the server groups for the deployment description.
- addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Adds the server groups for the deployment.
- addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.Adds the server groups for the deployment description.
- addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Adds the server groups for the deployment description.
- asModelNode() - Method in class org.wildfly.plugin.core.DeploymentResult
-
Deprecated.The result from the deployment operation.
- assertSuccess() - Method in class org.wildfly.plugin.core.DeploymentResult
-
Deprecated.Checks to see if the deployment was successful and if not throws a
DeploymentException
with the failure message.
B
- buildConfig(Path) - Static method in class org.wildfly.plugin.core.GalleonUtils
-
Deprecated.Build a Galleon provisioning configuration based on a provisioning.xml file.
- buildConfig(ProvisioningManager, List<FeaturePack>, List<String>, List<String>, Map<String, String>, String) - Static method in class org.wildfly.plugin.core.GalleonUtils
-
Deprecated.Build a Galleon provisioning configuration.
- buildDefaultConfig() - Static method in class org.wildfly.plugin.core.GalleonUtils
-
Deprecated.Build a default WildFly provisioning config.
- buildDefaultConfig(String, String) - Static method in class org.wildfly.plugin.core.GalleonUtils
-
Deprecated.Build a default WildFly provisioning config.
C
- CLI_ECHO_COMMAND_ARG - Static variable in interface org.wildfly.plugin.core.Constants
- CLI_RESOLVE_PARAMETERS_VALUES - Static variable in interface org.wildfly.plugin.core.Constants
- compareTo(Deployment) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.
- compareTo(SimpleDeploymentDescription) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.
- compareTo(UndeployDescription) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.
- complete(ProgressTracker<T>) - Method in class org.wildfly.plugin.core.PluginProgressTracker
-
Deprecated.
- ConfigurationId - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.this is no longer needed
- ConfigurationId() - Constructor for class org.wildfly.plugin.core.ConfigurationId
-
Deprecated.
- ConsoleConsumer - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- ConsoleConsumer(InputStream, OutputStream) - Constructor for class org.wildfly.plugin.core.ConsoleConsumer
-
Deprecated.Creates a new console consumer which will pipe the
InputStream
to theOutputStream
. - Constants - Interface in org.wildfly.plugin.core
- ContainerDescription - Interface in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- create(ModelControllerClient) - Static method in class org.wildfly.plugin.core.DeploymentManager.Factory
-
Deprecated.Creates a new deployment manager.
- createAddDeploymentOperation(Set<Deployment>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an operation to add deployment content to a running server for each deployment.
- createAddDeploymentOperation(Deployment) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an operation to add deployment content to a running server.
- createDeployOperation(Set<DeploymentDescription>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an option to deploy existing content to the runtime for each deployment
- createDeployOperation(DeploymentDescription) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an operation to deploy existing deployment content to the runtime.
- createRedeployOperation(Set<DeploymentDescription>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates a redeploy operation for the deployment.
- createRedeployOperation(DeploymentDescription) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates a redeploy operation for the deployment.
- createReplaceOperation(Set<Deployment>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an operation to replace deployment content to a running server.
- createReplaceOperation(Deployment) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an operation to replace deployment content to a running server.
- createUndeployOperation(Set<UndeployDescription>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an undeploy operation for each deployment description.
- createUndeployOperation(UndeployDescription) - Static method in class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.Creates an undeploy operation.
D
- deploy(Set<Deployment>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Deploys the content of each deployment to the server.
- deploy(Deployment) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Deploys the content to the server.
- Deployment - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- DeploymentDescription - Interface in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- DeploymentException - Exception in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- DeploymentException(String) - Constructor for exception org.wildfly.plugin.core.DeploymentException
-
Deprecated.Creates a new deployment exception.
- DeploymentException(String, Throwable) - Constructor for exception org.wildfly.plugin.core.DeploymentException
-
Deprecated.Creates a new deployment exception.
- DeploymentException(Throwable) - Constructor for exception org.wildfly.plugin.core.DeploymentException
-
Deprecated.Creates a new deployment exception.
- DeploymentManager - Interface in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- DeploymentManager.Factory - Class in org.wildfly.plugin.core
-
Deprecated.A factory to create a new deployment manager
- DeploymentOperations - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- DeploymentOperations() - Constructor for class org.wildfly.plugin.core.DeploymentOperations
-
Deprecated.
- DeploymentResult - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- deployToRuntime(Set<DeploymentDescription>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Deploys existing deployment content to the runtime for each deployment description.
- deployToRuntime(DeploymentDescription) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Deploys existing deployment content to the runtime.
- determineHostAddress(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Determines the address for the host being used.
E
- enrich(MavenSession, MavenProject, List<RemoteRepository>) - Static method in class org.wildfly.plugin.core.MavenRepositoriesEnricher
- equals(Object) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.
- equals(Object) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.
- equals(Object) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.
- executeReload(ModelControllerClient, ModelNode) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Reloads the server and returns immediately.
F
- Factory() - Constructor for class org.wildfly.plugin.core.DeploymentManager.Factory
-
Deprecated.
- FeaturePack - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FeaturePack() - Constructor for class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- forceDeploy(Set<Deployment>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Deploys the content to the server if it does not already exist on the server.
- forceDeploy(Deployment) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Deploys the content to the server if it does not already exist on the server.
- FORK_EMBEDDED_PROCESS_OPTION - Static variable in interface org.wildfly.plugin.core.Constants
G
- GA_REPO_URL - Static variable in class org.wildfly.plugin.core.MavenRepositoriesEnricher
- GalleonUtils - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- GalleonUtils() - Constructor for class org.wildfly.plugin.core.GalleonUtils
-
Deprecated.
- getArtifactId() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getClassifier() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getContainerDescription(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Returns the description of the running container.
- getDeploymentNames() - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Returns the names of deployed content.
- getDeployments() - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Returns the available deployments.
- getDeployments(String) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Returns all the deployments on the specified server-group.
- getExcludedConfigs() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getExcludedPackages() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getExecutionResult() - Method in exception org.wildfly.plugin.core.OperationExecutionException
-
Deprecated.Returns the result from the operation executed.
- getExtension() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getFailureMessage() - Method in class org.wildfly.plugin.core.DeploymentResult
-
Deprecated.Returns the failure message if the deployment was not successful.
- getGroupId() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getId() - Method in class org.wildfly.plugin.core.ConfigurationId
-
Deprecated.
- getIncludedConfigs() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getIncludedPackages() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getLaunchType() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Deprecated.Returns the type of the server that was launched.
- getLocation() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getName() - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.
- getName() - Method in interface org.wildfly.plugin.core.DeploymentDescription
-
Deprecated.Returns the name for this deployment.
- getName() - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.
- getName() - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.
- getNormalizedPath() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getProductName() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Deprecated.Returns the name of the product.
- getProductVersion() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Deprecated.Returns the product version, if defined, or
null
if the product version was not defined. - getReleaseVersion() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Deprecated.Returns the release version, if defined, or
null
if the release version was not defined. - getRuntimeName() - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Returns the runtime name set for the deployment which may be
null
. - getServerGroups() - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.
- getServerGroups() - Method in interface org.wildfly.plugin.core.DeploymentDescription
-
Deprecated.Returns the server groups for this deployment.
- getServerGroups() - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.
- getServerGroups() - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.
- getType() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- getVersion() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
H
- hasDeployment(String) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Checks if the deployment content is on the server.
- hasDeployment(String, String) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Checks if the deployment content is on the server.
- hashCode() - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.
- hashCode() - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.
- hashCode() - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.
I
- initTrackers(ProvisioningManager, Log) - Static method in class org.wildfly.plugin.core.PluginProgressTracker
-
Deprecated.
- isDomain() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Deprecated.Checks if the server is a managed domain server.
- isDomainRunning(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Checks to see if the domain is running.
- isEnabled() - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Indicates whether or not the deployment should be enabled by default.
- isEnabled(String) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Checks if the deployment has been deployed to the runtime.
- isEnabled(String, String) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Checks if the deployment has been deployed to the runtime.
- isFailOnMissing() - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Indicates whether or not a failure should occur if the deployment does not exist on the container.
- isInheritConfigs() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- isInheritPackages() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- isModelOnly() - Method in class org.wildfly.plugin.core.ConfigurationId
-
Deprecated.
- isRemoveContent() - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Indicates whether or not the content should be removed from the content repository.
- isStandaloneRunning(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Checks to see if a standalone server is running.
- isTransitive() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- isValidHomeDirectory(String) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Checks whether or not the directory is a valid home directory for a server.
- isValidHomeDirectory(Path) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Checks whether or not the directory is a valid home directory for a server.
- isValidHomeDirectory(Path) - Static method in class org.wildfly.plugin.core.Utils
-
Deprecated.
L
- launchType(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Determines the servers "launch-type".
- local(Path) - Static method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Creates a new deployment for the path.
M
- MavenRepositoriesEnricher - Class in org.wildfly.plugin.core
-
Add required repositories if not present.
- MavenRepositoriesEnricher() - Constructor for class org.wildfly.plugin.core.MavenRepositoriesEnricher
N
- NEXUS_REPO_URL - Static variable in class org.wildfly.plugin.core.MavenRepositoriesEnricher
O
- of(File) - Static method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Creates a new deployment for the file.
- of(InputStream, String) - Static method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Creates a new deployment for the input stream.
- of(String) - Static method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.Creates a simple deployment description with an empty set of server groups.
- of(String) - Static method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Creates a new undeploy description.
- of(String, Set<String>) - Static method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.Creates a simple deployment description.
- of(URL) - Static method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Creates a new deployment for the URL.
- of(Path) - Static method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Creates a new deployment for the path.
- of(DeploymentDescription) - Static method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Creates a new undeploy description.
- OperationExecutionException - Exception in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- OperationExecutionException(String, Operation, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
-
Deprecated.Creates a new exception with the failure message from the result.
- OperationExecutionException(String, ModelNode, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
-
Deprecated.Creates a new exception with the failure message from the result.
- OperationExecutionException(Operation, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
-
Deprecated.Creates a new exception with the failure message from the result.
- OperationExecutionException(ModelNode, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
-
Deprecated.Creates a new exception with the failure message from the result.
- org.wildfly.plugin.core - package org.wildfly.plugin.core
P
- PLUGIN_PROVISIONING_FILE - Static variable in interface org.wildfly.plugin.core.Constants
- PluginProgressTracker<T> - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- processed(ProgressTracker<T>) - Method in class org.wildfly.plugin.core.PluginProgressTracker
-
Deprecated.
- processing(ProgressTracker<T>) - Method in class org.wildfly.plugin.core.PluginProgressTracker
-
Deprecated.
- provision(Path, String, String, MavenRepoManager) - Static method in class org.wildfly.plugin.core.GalleonUtils
-
Deprecated.Galleon provisioning of a default server.
- pulse(ProgressTracker<T>) - Method in class org.wildfly.plugin.core.PluginProgressTracker
-
Deprecated.
R
- redeploy(Set<Deployment>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Redeploys the content to the server.
- redeploy(Deployment) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Redeploys the content to the server.
- redeployToRuntime(Set<DeploymentDescription>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Redeploys existing deployment content to the runtime for each deployment description.
- redeployToRuntime(DeploymentDescription) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Redeploys existing deployment content to the runtime.
- reloadIfRequired(ModelControllerClient, long) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Checks if the container status is "reload-required" and if it's the case executes reload and waits for completion.
- run() - Method in class org.wildfly.plugin.core.ConsoleConsumer
-
Deprecated.
S
- ServerHelper - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- ServerHelper() - Constructor for class org.wildfly.plugin.core.ServerHelper
-
Deprecated.
- serverState(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Gets the "server-state" for a standalone server.
- set(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setArtifactId(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setClassifier(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setEnabled(boolean) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Sets whether or not the deployment should be enabled.
- setExcludedConfigs(List<ConfigurationId>) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setExcludedPackages(List<String>) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setExtension(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setFailOnMissing(boolean) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Sets whether or not a failure should occur if the deployment does exist on the container.
- setGroupId(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setIncludedConfigs(List<ConfigurationId>) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setIncludedPackages(List<String>) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setInheritConfigs(boolean) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setInheritPackages(boolean) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setLocation(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setModel(String) - Method in class org.wildfly.plugin.core.ConfigurationId
-
Deprecated.
- setName(String) - Method in class org.wildfly.plugin.core.ConfigurationId
-
Deprecated.
- setName(String) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Sets the name for the deployment.
- setPath(File) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setRemoveContent(boolean) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.Sets whether or not the content should be removed after the
undeploy
operation. - setRuntimeName(String) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Sets the runtime name for the deployment.
- setServerGroups(String...) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Sets the server groups for the deployment.
- setServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.Sets the server groups for the deployment.
- setTransitive(boolean) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setType(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- setVersion(String) - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- shutdownDomain(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Shuts down a managed domain container.
- shutdownDomain(ModelControllerClient, int) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Shuts down a managed domain container.
- shutdownStandalone(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Shuts down a standalone server.
- shutdownStandalone(ModelControllerClient, int) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Deprecated.Shuts down a standalone server.
- SimpleDeploymentDescription - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- STANDALONE - Static variable in interface org.wildfly.plugin.core.Constants
- STANDALONE_XML - Static variable in interface org.wildfly.plugin.core.Constants
- start(InputStream, OutputStream) - Static method in class org.wildfly.plugin.core.ConsoleConsumer
-
Deprecated.Creates and starts a daemon thread which pipes int
InputStream
to theOutputStream
. - start(Process, OutputStream) - Static method in class org.wildfly.plugin.core.ConsoleConsumer
-
Deprecated.
- starting(ProgressTracker<T>) - Method in class org.wildfly.plugin.core.PluginProgressTracker
-
Deprecated.
- successful() - Method in class org.wildfly.plugin.core.DeploymentResult
-
Deprecated.Determines if the deployment was successful or not.
T
- toString() - Method in class org.wildfly.plugin.core.ConfigurationId
-
Deprecated.
- toString() - Method in class org.wildfly.plugin.core.Deployment
-
Deprecated.
- toString() - Method in class org.wildfly.plugin.core.FeaturePack
-
Deprecated.
- toString() - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
-
Deprecated.
- toString() - Method in class org.wildfly.plugin.core.UndeployDescription
-
Deprecated.
U
- undeploy(Set<UndeployDescription>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Undeploys the deployment from the server.
- undeploy(UndeployDescription) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deprecated.Undeploys the deployment from the server.
- UndeployDescription - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- Utils - Class in org.wildfly.plugin.core
-
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools project
- Utils() - Constructor for class org.wildfly.plugin.core.Utils
-
Deprecated.
W
- waitForDomain(Process, ModelControllerClient, long) - Static method in class org.wildfly.plugin.core.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.core.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.core.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.core.ServerHelper
-
Deprecated.Waits the given amount of time in seconds for a standalone server to start.
All Classes All Packages