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) |
Properties |
loadProperties(String uri) |
public Object create(String path) throws InstantiationException, IllegalAccessException, ClassNotFoundException, IOException
create
in interface FactoryFinder.ObjectFactory
path
- the full service pathInstantiationException
- on instantiation errorIllegalAccessException
- illegal accessClassNotFoundException
- On class not found errorIOException
- On IO Errorpublic Properties loadProperties(String uri) throws IOException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.