Class EntryPointProcessor.EppCodeRegistrar
java.lang.Object
tripleo.elijah_durable_congenial.entrypoints.EntryPointProcessor.EppCodeRegistrar
- All Implemented Interfaces:
ICodeRegistrar
- Enclosing interface:
- EntryPointProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterClass(EvaClass aClass) voidregisterClass1(EvaClass aClass) voidregisterFunction(BaseEvaFunction aFunction) voidregisterFunction1(BaseEvaFunction aFunction) voidregisterNamespace(EvaNamespace aNamespace)
-
Constructor Details
-
EppCodeRegistrar
-
-
Method Details
-
registerClass
- Specified by:
registerClassin interfaceICodeRegistrar
-
registerClass1
- Specified by:
registerClass1in interfaceICodeRegistrar
-
registerFunction
- Specified by:
registerFunctionin interfaceICodeRegistrar
-
registerFunction1
- Specified by:
registerFunction1in interfaceICodeRegistrar
-
registerNamespace
- Specified by:
registerNamespacein interfaceICodeRegistrar
-