Searched refs:quote (Results 1 - 25 of 34) sorted by relevance

12

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DJsonActionReporter.java85 writer.println(quote(", number_subactions") + ":" + quote("" + subActions.size()));
91 writer.println("{ " + quote("name") + ":" + quote(part.getMessage()));
93 writer.println(", " + quote("command") + ":" + quote(actionDescription));
94 writer.println(", " + quote("exit_code") + ":" + quote("" + this.exitCode));
101 writer.println(", " + quote("result") + " : [");
123 String result = "," + quote("propertie
185 private String quote(String string) { method in class:JsonActionReporter
[all...]
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/stringifier/
H A DNotificationStringifier.java132 append(b, StringUtil.quote(notif.getSource()));
142 append(b, StringUtil.quote(notif.getUserData()));
150 append(b, StringUtil.quote(n.getMBeanName()));
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DArgumentTokenizer.java117 char quote = c;
120 if (c == '\\' && quote == '"') {
127 } else if (c == quote) {
132 if (c != quote)
H A DExportCommand.java74 logger.info(e.getKey() + " = " + quote(e.getValue()));
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DGetSetAttributeTest.java119 StringUtil.quote(name) +
131 StringUtil.quote(objectName) +
133 StringUtil.quote("" + value));
142 StringUtil.quote(objectName) + NEWLINE +
160 StringUtil.quote(objectName) + NEWLINE +
H A DGenericTest.java250 String msg = "MBean " + quote(objectName) + " has the same Attribute listed more than once:\n";
256 msg = msg + name + ": " + a.getType() + ", " + quote(a.getDescription());
301 warning("MBean " + quote(objectName) +
305 warning("MBean " + quote(objectName) +
313 warning("MBean " + quote(objectName) +
321 warning("MBean " + quote(objectName) +
325 warning("MBean " + quote(objectName) +
333 warning("MBean " + quote(objectName) +
408 warning("MBean " + quote(objectName) + " returned NULL for its AttributeList");
423 warning("MBean " + quote(objectNam
[all...]
H A DContainerTest.java94 warning("Container " + StringUtil.quote(containerObjectName) +
95 " for " + StringUtil.quote(containeeObjectName) +
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DUnprocessedConfigChange.java148 ", oldValue = " + StringUtil.quote( getOldValue() ) +
149 ", newValue = " + StringUtil.quote( getNewValue() ) +
150 ", reason = " + StringUtil.quote("" + getReason());
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DRunMeLastTest.java81 StringUtil.quote("" + dataFile));
H A DJMXTestBase.java251 quote(final Object o) { method in class:JMXTestBase
252 return (StringUtil.quote(SmartStringifier.toString(o)));
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/
H A DStrftime.java237 //We start a literal, which we need to quote
257 protected String quote( String str, boolean insideQuotes ) { method in class:Strftime
272 * @param oldInside whether to close the quotes if inside quote
285 buf.append( quote("%" + firstChar, oldInside ) );
292 buf.append( quote( "%" + firstChar, oldInside ) );
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/
H A DOptionsResultXmlProvider.java53 import static org.glassfish.admin.rest.provider.ProviderUtil.quote;
118 result = result + quote(method);
199 result = result + name + "=" + quote(value);
H A DProviderUtil.java90 public static String quote(String string) { method in class:ProviderUtil
379 result = " " + quote(name) + ":" + jsonValue(value);
384 result = result + " " + name + "=" + quote(value);
395 result = quote(value.toString());
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/
H A DInputObject.java74 throw new InputException("InputObject[" + quote(key) + "] not found.");
99 throw new InputException("InputObject[" + quote(key) +
118 throw new InputException("InputObject[" + quote(key) +
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/j2ee/
H A DJ2EETest.java277 warning("MBean " + quote(objectName) +
285 warning("MBean " + quote(objectName) +
317 warning("MBean " + quote(objectName) +
334 warning("MBean " + quote(objectName) +
350 warning("MBean " + quote(objectName) +
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DCLIBootstrap.java213 * containing no double quote) or a non-quoted string (a string containing
322 * Places double quote marks around a string if the string is not already
327 private static String quote(final String s) { method in class:CLIBootstrap
346 return (OS.isWindows() ? quote(s) : quote(s.replace("$", "\\$")));
359 add("appcpath=" + quote(appcPath));
699 agentArgs.addACCArg(quote(newOptionValue.value));
782 agentArgs.add("client=dir=" + quote(clientSpec.getAbsolutePath()));
786 agentArgs.add("client=jar=" + quote(path));
929 command.append(' ').append(INSTALL_ROOT_PROPERTY_EXPR).append(quote(gfInf
[all...]
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/monitor/
H A DMonitorTest.java297 warning("Statistic " + quote(statisticName) + " as derived from " + method +
298 " missing from " + quote(objectName) +
426 quote(Util.getObjectName(mon)));
448 "Statistic names for " + quote(objectName) +
456 "MBean " + quote(objectName) + " Stats object of class " + stats.getClass().getName() +
462 trace("Caught exception for " + StringUtil.quote(JMXUtil.toString(objectName)) +
463 " = " + e.getClass().getName() + ": " + StringUtil.quote(e.getMessage()) + "\n" +
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DStringUtil.java74 public static String quote(Object o) method in class:StringUtil
76 return (quote(o, QUOTE_CHAR));
79 public static String quote(Object o, char leftHandChar) method in class:StringUtil
H A DExceptionUtil.java70 StringUtil.quote(rootCause.getMessage()) + SEP +
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DConfigConfigTest.java82 assert (config != null) : "No config named " + StringUtil.quote(PE_CONFIG_NAME);
H A DPropertiesAccessTest.java173 "MBean does not implement PropertiesAccess: " + quote(src));
H A DSystemPropertiesAccessTest.java146 "MBean does not implement SystemPropertiesAccess: " + quote(src));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/
H A DThreadMonitor.java118 msg = sm.getString("thread.title", quote(ti.getThreadName()), ids, ss);
188 private String quote(final String uq) { method in class:ThreadMonitor
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DMBeanImplBase.java324 protected static String quote(final Object o) { method in class:MBeanImplBase
325 return (StringUtil.quote("" + o));
/glassfish-3.1.2/common/amx-ext-impl/src/main/java/org/glassfish/admin/amx/impl/ext/
H A DRealmsImpl.java161 ImplUtil.getLogger().log( Level.WARNING, "Can't instantiate realm: " + StringUtil.quote(authRealm), e );
176 ImplUtil.getLogger().log( Level.WARNING, "Can't get realm " + StringUtil.quote(goodRealm), e );

Completed in 114 milliseconds

12