org.exist.source
Class ClassLoaderSource
java.lang.Object
org.exist.source.AbstractSource
org.exist.source.URLSource
org.exist.source.ClassLoaderSource
- All Implemented Interfaces:
- Source
public class ClassLoaderSource
- extends URLSource
A source loaded through the current context class loader.
- Author:
- wolf
PROTOCOL
public static final String PROTOCOL
- See Also:
- Constant Field Values
ClassLoaderSource
public ClassLoaderSource(String source)
throws IOException
- Parameters:
source
- The resource name (e.g. url).
The name of a resource is a '/'-separated path name that
identifies the resource. Preceding "/" and "resource:"" are removed.
- Throws:
IOException
Copyright (C) Wolfgang Meier. All rights reserved.