Package org.apache.ivy.util
Class Configurator.ObjectDescriptor
java.lang.Object
org.apache.ivy.util.Configurator.ObjectDescriptor
- Enclosing class:
- Configurator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
addAddConfiguredMethod
(String name, Method m) private void
void
addAddMethod
(String name, Method m) void
addCreateMethod
(String name, Method m) void
addSetMethod
(String name, Method m) getAddConfiguredMethod
(Class<?> type) getAddConfiguredMethod
(String name) getAddMethod
(Class<?> type) getAddMethod
(String name) getCreateMethod
(String name) getSetMethod
(String name) private Method
getTypeMatchingMethod
(Class<?> type, Map<Class<?>, Method> typeMethods)
-
Field Details
-
obj
-
objName
-
createMethods
-
addMethods
-
addConfiguredMethods
-
setMethods
-
typeAddMethods
-
typeAddConfiguredMethods
-
-
Constructor Details
-
ObjectDescriptor
-
-
Method Details
-
addCreateMethod
-
addAddMethod
-
addAddConfiguredMethod
-
addAddMethod
-
addAddConfiguredMethod
-
addSetMethod
-
getObject
-
getCreateMethod
-
getAddMethod
-
getAddConfiguredMethod
-
getAddMethod
-
getAddConfiguredMethod
-
getTypeMatchingMethod
-
getSetMethod
-
getObjectName
-