|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Factory
This interface describes the contract between the Core class and the Factory sub-system. It defines the methods that Core is expected to expose on behalf of the Factory, and for which the Factory provides Entry Points based implementations.
| Method Summary | |
|---|---|
AbstractCommand |
newCommand(java.lang.String commandName)
Create a new instance of the named command. |
java.lang.Object |
newObject(java.lang.String objectName)
Create an instance of the specific object. |
Type |
newType(java.lang.String typeName)
Create a new instance of the named type. |
| Method Detail |
|---|
AbstractCommand newCommand(java.lang.String commandName)
version - The version of the command to create.commandName - The name to be used to locate the commands details.
Type newType(java.lang.String typeName)
version - The version of the type to createtypeName - The name use to loafe the type's details.
java.lang.Object newObject(java.lang.String objectName)
version - The version of the object to create.objectName - The name of the object in the callers configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||