Uses of Class
org.glassfish.deployment.client.DFDeploymentProperties
-
Packages that use DFDeploymentProperties Package Description org.glassfish.deployapi org.glassfish.deployment.client -
-
Uses of DFDeploymentProperties in org.glassfish.deployapi
Methods in org.glassfish.deployapi that return DFDeploymentProperties Modifier and Type Method Description protected DFDeploymentPropertiesSunDeploymentManager. getProperties()Creates new properties; enabled is set to false, nothing else is set. -
Uses of DFDeploymentProperties in org.glassfish.deployment.client
Methods in org.glassfish.deployment.client with parameters of type DFDeploymentProperties Modifier and Type Method Description protected abstract AbstractDeploymentFacility.DFCommandRunnerAbstractDeploymentFacility. getDFCommandRunner(String commandName, DFDeploymentProperties commandOptions, String[] operands)Returns a command runner for the concrete implementation.protected AbstractDeploymentFacility.DFCommandRunnerRemoteDeploymentFacility. getDFCommandRunner(String commandName, DFDeploymentProperties commandOptions, String[] operands)protected String[]RemoteDeploymentFacility. prepareRemoteCommandArguments(String commandName, DFDeploymentProperties options, String[] operands)Assembles an argument list suitable for use by RemoteCommand from the command, options, and operand.
-