Searched defs:StaticUtils (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DStaticUtils.java111 public final class StaticUtils class
121 private StaticUtils() { method in class:StaticUtils
4667 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4698 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4800 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
/forgerock/opendj2/src/server/org/opends/server/util/
H A DStaticUtils.java74 public final class StaticUtils class
84 private StaticUtils() { method in class:StaticUtils
4580 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4611 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4643 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4745 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DStaticUtils.java111 public final class StaticUtils class
121 private StaticUtils() { method in class:StaticUtils
4669 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4700 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4802 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DStaticUtils.java149 public final class StaticUtils class
159 private StaticUtils() { method in class:StaticUtils
4738 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4769 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4871 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DStaticUtils.java74 public final class StaticUtils class
84 private StaticUtils() { method in class:StaticUtils
4580 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4611 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4643 * With java 7 we will be able to use {@link StaticUtils#close(Closeable...)}
4745 * for (String s : StaticUtils.toIterable(myIteratorMethod()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DStaticUtils.java76 public final class StaticUtils class
105 private StaticUtils() { method in class:StaticUtils
121 return com.forgerock.opendj.util.StaticUtils.getBytes(s);
190 return com.forgerock.opendj.util.StaticUtils.byteToHex(b);
202 return com.forgerock.opendj.util.StaticUtils.byteToLowerHex(b);
460 return com.forgerock.opendj.util.StaticUtils.byteToASCII(b);
703 return com.forgerock.opendj.util.StaticUtils.getExceptionMessage(t);
719 return com.forgerock.opendj.util.StaticUtils.stackTraceToSingleLineString(t, DynamicConstants.DEBUG_BUILD);
734 com.forgerock.opendj.util.StaticUtils.stackTraceToSingleLineString(buffer, t, DynamicConstants.DEBUG_BUILD);
918 return com.forgerock.opendj.util.StaticUtils
[all...]

Completed in 83 milliseconds