Searched refs:propfile (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DLocalInstanceCommand.java219 protected final void setDasDefaults(File propfile) throws CommandException { argument
220 Properties dasprops = getDasProperties(propfile);
240 programOpts.setPort(updateDasPort(dasprops, port, propfile));
245 propfile.toString(), p));
262 String isSecureOption, File propfile) throws CommandException {
263 if (propfile != null) {
264 Properties dasprops = getDasProperties(propfile);
328 final protected Properties getDasProperties(File propfile) throws CommandException { argument
332 fis = new FileInputStream(propfile);
339 propfile
261 validateDasOptions(String hostOption, String portOption, String isSecureOption, File propfile) argument
501 updateDasPort(Properties dasprops, int port, File propfile) argument
[all...]

Completed in 15 milliseconds