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