Class FactoryFinder.StandaloneObjectFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object create​(java.lang.String path)  
      java.util.Properties loadProperties​(java.lang.String uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandaloneObjectFactory

        protected StandaloneObjectFactory()
    • Method Detail

      • create

        public java.lang.Object create​(java.lang.String path)
                                throws java.lang.InstantiationException,
                                       java.lang.IllegalAccessException,
                                       java.lang.ClassNotFoundException,
                                       java.io.IOException
        Specified by:
        create in interface FactoryFinder.ObjectFactory
        Parameters:
        path - the full service path
        Returns:
        Object
        Throws:
        java.lang.InstantiationException - on instantiation error
        java.lang.IllegalAccessException - illegal access
        java.lang.ClassNotFoundException - On class not found error
        java.io.IOException - On IO Error
      • loadProperties

        public java.util.Properties loadProperties​(java.lang.String uri)
                                            throws java.io.IOException
        Throws:
        java.io.IOException