C D E F G O R S U W X

C

ClassUtils - Class in org.ow2.easybeans.util.loader
The ClassUtils class is the central point used to load classes.

D

DocumentParser - Class in org.ow2.easybeans.util.xml
Allows to parse an xml file.
DocumentParserException - Exception in org.ow2.easybeans.util.xml
Exception thrown if there is a failure in the parsing of the given document.
DocumentParserException() - Constructor for exception org.ow2.easybeans.util.xml.DocumentParserException
Constructs a new runtime exception with null as its detail message.
DocumentParserException(String) - Constructor for exception org.ow2.easybeans.util.xml.DocumentParserException
Constructs a new runtime exception with the specified detail message.
DocumentParserException(String, Throwable) - Constructor for exception org.ow2.easybeans.util.xml.DocumentParserException
Constructs a new runtime exception with the specified detail message and cause.

E

EasyBeansErrorHandler - Class in org.ow2.easybeans.util.xml
Define an error handler which throw an exception as Digester not (only print stack trace).
EasyBeansErrorHandler() - Constructor for class org.ow2.easybeans.util.xml.EasyBeansErrorHandler
 
EmptyEntityResolver - Class in org.ow2.easybeans.util.xml
This class is used when no validating is required.
EmptyEntityResolver() - Constructor for class org.ow2.easybeans.util.xml.EmptyEntityResolver
 
error(SAXParseException) - Method in class org.ow2.easybeans.util.xml.EasyBeansErrorHandler
Receive notification of a recoverable error.

F

fatalError(SAXParseException) - Method in class org.ow2.easybeans.util.xml.EasyBeansErrorHandler
Receive notification of a non-recoverable error.
FILE_PROTOCOL - Static variable in class org.ow2.easybeans.util.url.URLUtils
File protocol.
fileToURL(File) - Static method in class org.ow2.easybeans.util.url.URLUtils
Gets an URL from a given file.(throws only runtime exception).
fileToURL2(File) - Static method in class org.ow2.easybeans.util.url.URLUtils
Gets an URL from a given file.
forName(String) - Static method in class org.ow2.easybeans.util.loader.ClassUtils
Look up the class in the Tread Context ClassLoader and in the "current" ClassLoader.
forName(String, Class) - Static method in class org.ow2.easybeans.util.loader.ClassUtils
Look up the class in the Tread Context ClassLoader and in the "current" ClassLoader.

G

getAttributeValue(Element, String) - Static method in class org.ow2.easybeans.util.xml.XMLUtils
Returns the value of the attribute of the given element.
getChildStringValueForElement(Element, String) - Static method in class org.ow2.easybeans.util.xml.XMLUtils
Returns the value of the child node with the given name.
getDocument(URL, boolean, EntityResolver) - Static method in class org.ow2.easybeans.util.xml.DocumentParser
Builds a new Document for a given xml file.
getPropertiesValueElement(String, Element, String) - Static method in class org.ow2.easybeans.util.xml.XMLUtils
Returns a Properties object matching the given node.
getStringListValueElement(String, Element, String) - Static method in class org.ow2.easybeans.util.xml.XMLUtils
Returns a list of value for the given node.
getStringValueElement(String, Element, String) - Static method in class org.ow2.easybeans.util.xml.XMLUtils
Returns the value of the given node.
getStringValueElement(Element, String) - Static method in class org.ow2.easybeans.util.xml.XMLUtils
Returns the value of the given node.

O

org.ow2.easybeans.util.loader - package org.ow2.easybeans.util.loader
Implementation of EJB 3.0 container
org.ow2.easybeans.util.url - package org.ow2.easybeans.util.url
Utility class for transforming URL into File or File into URL
org.ow2.easybeans.util.xml - package org.ow2.easybeans.util.xml
Implementation of EJB 3.0 container.

R

resolveEntity(String, String) - Method in class org.ow2.easybeans.util.xml.EmptyEntityResolver
The Parser will call this method before opening any external entity except the top-level document entity.
resolveEntity(String, String) - Method in class org.ow2.easybeans.util.xml.SchemaEntityResolver
The Parser will call this method before opening any external entity except the top-level document entity.

S

SchemaEntityResolver - Class in org.ow2.easybeans.util.xml
Entity resolver allowing to find schema within the classloader.
SchemaEntityResolver(String[]) - Constructor for class org.ow2.easybeans.util.xml.SchemaEntityResolver
Constructor.

U

urlToFile(URL) - Static method in class org.ow2.easybeans.util.url.URLUtils
Gets a File object for the given URL.
urlToFile2(URL) - Static method in class org.ow2.easybeans.util.url.URLUtils
Gets a File object for the given URL.
URLUtils - Class in org.ow2.easybeans.util.url
This class is used to :
- get a File from an URL - get an URL from a file In fact, when there are spaces in a directory name, file.toURL() doesn't escape spaces into %20, this is why this class will help.
This class has to be used both for encoding and decoding URL.
There are methods with checked exceptions or unchecked exceptions.
URLUtilsException - Exception in org.ow2.easybeans.util.url
The class URKUtilsException indicates conditions that a reasonable application might want to catch.
URLUtilsException() - Constructor for exception org.ow2.easybeans.util.url.URLUtilsException
Constructs a new FileUtilsException with no detail message.
URLUtilsException(String) - Constructor for exception org.ow2.easybeans.util.url.URLUtilsException
Constructs a new FileUtilsException with the specified message.
URLUtilsException(String, Throwable) - Constructor for exception org.ow2.easybeans.util.url.URLUtilsException
Constructs a new FileUtilsException with the specified message and throwable.

W

warning(SAXParseException) - Method in class org.ow2.easybeans.util.xml.EasyBeansErrorHandler
Receive notification of a warning.

X

XMLUtils - Class in org.ow2.easybeans.util.xml
Class with some useful methods on XML document.

C D E F G O R S U W X

Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.