public class CommandRedeploy extends CommandTargetName
Holds data for command. Objects of this class are created by API user.
Modifier and Type | Field and Description |
---|---|
private static String |
COMMAND
Command string for deploy command.
|
(package private) String |
contextRoot
Deployed application context root.
|
(package private) boolean |
keepState
Keep state.
|
(package private) File[] |
libraries
Deployment libraries.
|
(package private) Map<String,String> |
properties
Deployment properties.
|
name
target
private static final String COMMAND
final String contextRoot
final File[] libraries
final boolean keepState
public CommandRedeploy(String name, String target, String contextRoot, Map<String,String> properties, File[] libraries, boolean keepState)
name
- Name of module/cluster/instance to modify.target
- Target GlassFish instance or cluster where
name
is stored.contextRoot
- Deployed application context root.properties
- Deployment properties.libraries
- Deployment libraries.keepState
- Keep state.Copyright © 2013. All Rights Reserved.