net.sf.doolin.oxml.source
Class ResourceOXMLSource

java.lang.Object
  extended by net.sf.doolin.oxml.source.AbstractOXMLSource
      extended by net.sf.doolin.oxml.source.URLOXMLSource
          extended by net.sf.doolin.oxml.source.ResourceOXMLSource
All Implemented Interfaces:
OXMLSource

public class ResourceOXMLSource
extends URLOXMLSource

Builds a source from a resource path.

Author:
Damien Coraboeuf

Constructor Summary
ResourceOXMLSource(Class<?> referenceClass, String path)
          Constructor
 
Method Summary
 
Methods inherited from class net.sf.doolin.oxml.source.URLOXMLSource
close, getSource
 
Methods inherited from class net.sf.doolin.oxml.source.AbstractOXMLSource
getBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceOXMLSource

public ResourceOXMLSource(Class<?> referenceClass,
                          String path)
Constructor

Parameters:
referenceClass - Reference for the resource path
path - Resource path from the reference class


Copyright © 2011. All Rights Reserved.