com.calitha.resource
Interface IResourceBuilder
public interface IResourceBuilder
An IResourceBuilder object represents a builder used to
create a resource object from a resource DOM element
and other specified information.
- Author:
- Robert van Loenhout
build
IResource build(Locale locale,
String namespace,
URL context,
Element resourceElement,
Element child)
throws IOException
- Builds a new resource object.
- Parameters:
locale - localenamespace - namespacecontext - contextresourceElement - resourceElementchild - child
- Returns:
- new resource object
- Throws:
IOException - if an I/O errors occurs
IllegalArgumentException - if an argument is null