public interface JSAFSConfiguredClassStore
This allows examination and use of these objects after the automated processing has completed.
Runner
,
Utilities.autoConfigure(String, JSAFSConfiguredClassStore)
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredClassInstance(java.lang.String classname,
java.lang.Object object)
Used internally.
Stores the object instance instantiated from the full Class name. |
java.lang.Object |
getConfiguredClassInstance(java.lang.String classname)
Return the instantiated instance of the provided full Class name, if any.
|
java.lang.Object getConfiguredClassInstance(java.lang.String classname)
classname
- -- the full path case-sensitive Class name that identifies the
object instance to be retrieved.java.lang.NullPointerException
- -- the implementation may throw this if the provided
classname is null.void addConfiguredClassInstance(java.lang.String classname, java.lang.Object object)
classname
- -- the full path case-sensitive Class name that was used to
instantiate the object.object
- -- the object that was instantiated and used for processing.java.lang.NullPointerException
- -- the implementation may throw this if the provided
classname or object are null.Copyright © SAS Institute. All Rights Reserved.