@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public interface Locator
getObject(Locator[].class)
,
getObject(Locator.class, "implementation name")
,
org.jomc.ObjectManagerFactory
<T> T getObject(Class<T> specification, URI location) throws NullPointerException, IOException
T
- The type of the object.specification
- The specification class of the object to locate.location
- The location URI of the object to locate.location
or null
, if no object is found at location
.NullPointerException
- if specification
or location
is null
.IOException
- if locating the object fails.Copyright © 2005-2013 The JOMC Project. All Rights Reserved.