protected static class FactoryFinder.StandaloneObjectFactory extends Object implements FactoryFinder.ObjectFactory
| Modifier | Constructor and Description |
|---|---|
protected |
StandaloneObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(String path) |
static Class |
loadClass(Properties properties) |
static Properties |
loadProperties(String uri) |
protected StandaloneObjectFactory()
public Object create(String path) throws InstantiationException, IllegalAccessException, ClassNotFoundException, IOException
create in interface FactoryFinder.ObjectFactorypath - the full service pathInstantiationExceptionIllegalAccessExceptionClassNotFoundExceptionIOExceptionpublic static Class loadClass(Properties properties) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionpublic static Properties loadProperties(String uri) throws IOException
IOExceptionCopyright © 2005–2016 FuseSource, Corp.. All rights reserved.