- DAY - Static variable in class org.ow2.orchestra.util.Misc
-
Number of milleseconds in a given day
- DECODE - Static variable in class org.ow2.orchestra.util.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class org.ow2.orchestra.util.Base64
-
Very low-level access to decoding ASCII characters in the form of a byte
array.
- decode(String) - Static method in class org.ow2.orchestra.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed
data and decompressing it.
- decode(String, int) - Static method in class org.ow2.orchestra.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed
data and decompressing it.
- decodeFileToFile(String, String) - Static method in class org.ow2.orchestra.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.ow2.orchestra.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeToFile(String, String) - Static method in class org.ow2.orchestra.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.ow2.orchestra.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, int) - Static method in class org.ow2.orchestra.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- deepToString(Object) - Static method in class org.ow2.orchestra.util.Misc
-
- deleteDir(File) - Static method in class org.ow2.orchestra.util.Misc
-
Delete a given directory and all its contents (whether they are file or
directory)
WARNING: this method unconditionally modifies the underlying filesystem by
erasing files and directories.
- deserialize(byte[]) - Static method in class org.ow2.orchestra.util.Misc
-
- DocumentProxy - Class in org.ow2.orchestra.util
-
- DocumentProxy(String) - Constructor for class org.ow2.orchestra.util.DocumentProxy
-
- DONT_BREAK_LINES - Static variable in class org.ow2.orchestra.util.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- dynamicLog(int, Level, String, Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Log a message through the logger of the caller at the given offset in the
stack trace.
- fastDynamicLog(int, Logger, Level, String, Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Log a message through the given logger for the caller at the given offset
in the stack trace.
- fastDynamicLog(Logger, Level, String, Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Equivalent to
{@link Misc#fastDynamicLog(int, Logger, Level, String, Object...)
- Final<T> - Class in org.ow2.orchestra.util
-
This class provides an efficient way --- using hardware
instructions if available --- for holding a variable that can only
be initialized once (aka: final variables).
- Final() - Constructor for class org.ow2.orchestra.util.Final
-
- findAllInterfaces(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the list of Class objects representing all interfaces a
given class implements.
- findAllSuperTypes(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the list of Class objects representing all super type a
given class implements.
- findAllTypes(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the list of Class objects representing every types a
given class implements.
- findConstructorClassArgs(Class<?>[], Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the Class[] array representing the types a constructor
take as parameters.
- findMethodClassArgs(Class<?>[], Class<?>, String) - Static method in class org.ow2.orchestra.util.Misc
-
Return the Class[] array representing the types a given method
take as parameters.
- findNull(Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Find null parameters in the given list.
- flushBase64() - Method in class org.ow2.orchestra.util.Base64.OutputStream
-
Method added by PHIL.
- format(LogRecord) - Method in class org.ow2.orchestra.util.TraceFormatter
-
- formatDelay(long) - Static method in class org.ow2.orchestra.util.Misc
-
Format a delay.
- formatDelay(double) - Static method in class org.ow2.orchestra.util.Misc
-
- formatTime(long) - Static method in class org.ow2.orchestra.util.TraceFormatter
-
Returns a "concise" ISO-8601 "like" time format: yy-MM-dd HH:mm:ss.SSS z
This method is thread-safe.
- generateJar(Class<?>...) - Static method in class org.ow2.orchestra.util.Misc
-
- generateJar(Map<String, byte[]>) - Static method in class org.ow2.orchestra.util.Misc
-
Generates Jar from resources
- get(int) - Method in class org.ow2.orchestra.util.Chainer
-
- get() - Method in class org.ow2.orchestra.util.Final
-
Return the value of the initialized variable.
- get(Object) - Method in class org.ow2.orchestra.util.WeakValueMap
-
- getAllContentFrom(File) - Static method in class org.ow2.orchestra.util.Misc
-
- getAllContentFrom(InputSource) - Static method in class org.ow2.orchestra.util.Misc
-
- getAllContentFrom(URL) - Static method in class org.ow2.orchestra.util.Misc
-
Return the whole underlying stream content into a single String.
- getAllContentFrom(InputStream) - Static method in class org.ow2.orchestra.util.Misc
-
Return the whole underlying stream content into a single String.
- getAllContentFrom(Reader) - Static method in class org.ow2.orchestra.util.Misc
-
Return the whole underlying stream content into a single String.
- getAsList() - Method in class org.ow2.orchestra.util.Chainer
-
- getBaseInputSource() - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getBaseURI() - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getCaller(int) - Static method in class org.ow2.orchestra.util.Misc
-
Return the StackTraceElement at the given offset from this method
invocation.
- getChainOf(List<T>) - Static method in class org.ow2.orchestra.util.Misc
-
Return a proxy that forward void-method invocations to
each object specified in the list elements.
- getClassData(Class<?>) - Static method in class org.ow2.orchestra.util.ClassDataTool
-
- getClasses(Class<?>...) - Static method in class org.ow2.orchestra.util.ClassDataTool
-
- getClassName() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- getContentText(Element) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getCurrentThreadStackTrace() - Static method in class org.ow2.orchestra.util.Misc
-
- getDirContentFrom(File) - Static method in class org.ow2.orchestra.util.Misc
-
Get all files in this directory.
- getDocumentAsString() - Method in class org.ow2.orchestra.util.DocumentProxy
-
- getDocumentFromFile(File) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromInputStream(InputStream) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromReader(Reader) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromString(String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromString(String, boolean) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromURL(URL) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentWithOneElement(QName) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getGenericFullName(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the generic name of a given class.
- getHumanReadableId(String) - Static method in class org.ow2.orchestra.util.Misc
-
Generates a human readable id prefixed by the given String.
- getHumanReadableId() - Static method in class org.ow2.orchestra.util.Misc
-
Generates a human readable id as a long.
- getImportInputSource(String, String) - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getInterfaces() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- getJmxc() - Method in class org.ow2.orchestra.util.MBeanInvocationHandler
-
- getLatestImportURI() - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getLocalPart() - Method in class org.ow2.orchestra.util.XmlUtil.NamespaceValue
-
- getLoggerProxyFor(T, Logger) - Static method in class org.ow2.orchestra.util.Misc
-
Return a proxy that log method invocations through the provided logger.
- getMBeanProxy(Class<T>, String, String) - Static method in class org.ow2.orchestra.util.Misc
-
Return a proxy implementing all the interfaces specified that forward
method invocations to the specified MBean.
- getNamespaceURI(Node, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getNewDocument() - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getNodeAsBAOS(Node) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getPermissionsSize(Permissions) - Static method in class org.ow2.orchestra.util.Misc
-
- getPrefix() - Method in class org.ow2.orchestra.util.XmlUtil.NamespaceValue
-
- getQNameFromString(Element, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getRandomString(int) - Static method in class org.ow2.orchestra.util.Misc
-
Generate a RANDOM String of the given size.
- getResources(Class<?>...) - Static method in class org.ow2.orchestra.util.Misc
-
- getResourcesFromZip(byte[]) - Static method in class org.ow2.orchestra.util.Misc
-
- getServicesOfPortType(QName, Set<Definition>) - Static method in class org.ow2.orchestra.util.wsdl.WsdlUtil
-
Return the service that implements the given port type.
- getSize() - Method in class org.ow2.orchestra.util.Misc.NullCheckResult
-
- getStackTraceFrom(Throwable) - Static method in class org.ow2.orchestra.util.Misc
-
- getStackTraceFrom(StackTraceElement[]) - Static method in class org.ow2.orchestra.util.Misc
-
- getStringFrom(Misc.NullCheckResult, String...) - Static method in class org.ow2.orchestra.util.Misc
-
- getSuperClassName() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- getTagLocalName(Element) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getTransformerFactory() - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getUniqueId(String) - Static method in class org.ow2.orchestra.util.Misc
-
Generate a unique identifier prefixed by the given String.
- getValue() - Method in class org.ow2.orchestra.util.Final
-
Return the current value of this variable.
- GZIP - Static variable in class org.ow2.orchestra.util.Base64
-
Specify that data should be gzip-compressed.