org.filteredpush.rdf.util
Class DescriptorLoader

java.lang.Object
  extended by org.filteredpush.rdf.util.DescriptorLoader

public class DescriptorLoader
extends java.lang.Object


Constructor Summary
DescriptorLoader()
           
 
Method Summary
static java.util.Map<java.lang.String,ModelDescriptor> getDescriptors(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorLoader

public DescriptorLoader()
Method Detail

getDescriptors

public static java.util.Map<java.lang.String,ModelDescriptor> getDescriptors(java.lang.String path)
                                                                      throws java.io.UnsupportedEncodingException,
                                                                             java.net.URISyntaxException,
                                                                             java.io.IOException,
                                                                             org.xml.sax.SAXException,
                                                                             javax.xml.parsers.ParserConfigurationException,
                                                                             java.lang.ClassNotFoundException,
                                                                             java.lang.InstantiationException,
                                                                             java.lang.IllegalAccessException
Throws:
java.io.UnsupportedEncodingException
java.net.URISyntaxException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException