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 voidvoidaddAddConfiguredMethod(String name, Method m) private voidvoidaddAddMethod(String name, Method m) voidaddCreateMethod(String name, Method m) voidaddSetMethod(String name, Method m) getAddConfiguredMethod(Class<?> type) getAddConfiguredMethod(String name) getAddMethod(Class<?> type) getAddMethod(String name) getCreateMethod(String name) getSetMethod(String name) private MethodgetTypeMatchingMethod(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
-