Searched defs:verbose (Results 1 - 25 of 26) sorted by relevance

12

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DVersionCommand.java69 Boolean verbose; field in class:VersionCommand
78 if (verbose) {
79 vers = strings.getLocalString("version.verbose",
H A DRestartServer.java57 * For non-verbose mode:
60 * For verbose mode:
95 if (!verbose) {
131 verbose = Boolean.parseBoolean(props.getProperty("-verbose", "false"));
305 private boolean verbose; field in class:RestartServer
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/cli/
H A DListHttpListeners.java79 boolean verbose; field in class:ListHttpListeners
106 if (verbose) {
114 verbose ? listener.getPort() : ""));
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DVersionCommand.java70 private boolean verbose; field in class:VersionCommand
90 if (verbose)
91 version = cmd.executeAndReturnOutput("version", "--verbose");
115 if (verbose)
H A DStartDomainCommand.java75 private boolean verbose; field in class:StartDomainCommand
141 // launch returns very quickly if verbose is not set
142 // if verbose is set then it returns after the domain dies
145 if (verbose || upgrade) { // we can potentially loop forever here...
201 info.setVerbose(verbose || upgrade);
222 args.add("--verbose=" + String.valueOf(verbose));
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DStartClusterCommand.java74 private boolean verbose; field in class:StartClusterCommand
103 verbose);
H A DStopClusterCommand.java82 private boolean verbose; field in class:StopClusterCommand
113 verbose);
H A DClusterCommandHelper.java114 * @param verbose true for more verbose output
123 boolean verbose) throws CommandException {
209 if (verbose) {
291 // Display summary of started servers if in verbose mode or we
293 if (succeededServerNames.length() > 0 && (verbose || failureOccurred)) {
118 runCommand( String command, ParameterMap map, String clusterName, AdminCommandContext context, boolean verbose) argument
H A DValidateDcom.java91 private boolean verbose; field in class:ValidateDcom
106 debug = Boolean.parseBoolean(System.getenv("AS_DEBUG")) && verbose;
135 if(report.getActionExitCode() != ActionReport.ExitCode.SUCCESS || verbose)
/glassfish-3.1.2/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/
H A DGMSAnnounceAfterStopClusterCommand.java74 private boolean verbose; field in class:GMSAnnounceAfterStopClusterCommand
H A DValidateMulticastCommand.java81 private boolean verbose; field in class:ValidateMulticastCommand
115 if (verbose) {
H A DGMSAnnounceAfterStartClusterCommand.java82 private boolean verbose; field in class:GMSAnnounceAfterStartClusterCommand
H A DGMSAnnounceBeforeStopClusterCommand.java89 private boolean verbose; field in class:GMSAnnounceBeforeStopClusterCommand
H A DGMSAnnounceBeforeStartClusterCommand.java87 private boolean verbose; field in class:GMSAnnounceBeforeStartClusterCommand
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DBackupCommands.java73 @Param(name = "long", shortName="l", alias = "verbose", optional = true)
74 boolean verbose; field in class:BackupCommands
98 if (verbose && programOpts.isTerse())
157 request.setVerbose(verbose);
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DStartLocalInstanceCommand.java72 private boolean verbose; field in class:StartLocalInstanceCommand
163 if (verbose) { // we can potentially loop forever here...
213 info.setVerbose(verbose);
232 args.add("--verbose=" + String.valueOf(verbose));
/glassfish-3.1.2/admin/backup/src/main/java/com/sun/enterprise/backup/
H A DBackupRequest.java102 verbose = b;
162 boolean verbose = false; field in class:BackupRequest
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzutil.c36 # ifndef verbose
37 # define verbose 0 macro
39 int z_verbose = verbose;
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DServer.java76 boolean verbose; field in class:Server.Builder
114 * Turns on of off the verbose flag.
119 public Builder verbose(boolean b) { method in class:Server.Builder
120 this.verbose = b;
213 private final boolean verbose; field in class:Server
257 verbose = builder.verbose;
/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/
H A DBaseDevTest.java192 if (verbose) {
199 if (verbose)
318 return verbose;
322 verbose = b;
338 private boolean verbose = true; field in class:BaseDevTest
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/server/
H A DServerEnvironmentImpl.java89 private /*almost final*/ boolean verbose; field in class:ServerEnvironmentImpl
170 verbose = Boolean.parseBoolean(args.getProperty("-verbose"));
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/
H A DMain.java293 arg.equals("-verbose")) {//NOI18N
294 this.cmdLineOpts.verbose = true;
301 this.cmdLineOpts.verbose = false;
633 if (this.cmdLineOpts.verbose)
1056 System.err.println(" { -verbose | -v }");
1128 boolean verbose = false; field in class:Main.CmdLineOptions
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/generator/
H A DMain.java169 boolean verbose = false; field in class:Main.CmdLineOptions
177 err.println(" -v, --verbose print verbose output");
195 || arg.equals("--verbose")) {
196 verbose = true;
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/utility/
H A DAugmentationTest.java138 boolean verbose; field in class:AugmentationTest
157 final void verbose() method in class:AugmentationTest
159 if (verbose)
163 final void verbose(String msg) method in class:AugmentationTest
165 if (verbose)
171 verbose();
172 verbose("Test loading class: " + className + " ...");
176 verbose("+++ loaded class");
197 verbose("+++ implements interface: " + intf.getName());
201 verbose("
649 test(boolean verbose, boolean requirePC, List classes) argument
[all...]
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncherInfo.java85 * Starts the server in verbose mode
89 verbose = b;
129 * @return true if verbose mode is on.
132 return verbose;
257 map.put("-verbose", Boolean.toString(verbose));
357 if ((b = getBoolean("verbose")) != null) {
358 verbose = b;
510 private boolean verbose = false; field in class:GFLauncherInfo

Completed in 425 milliseconds

12