org.apache.ivy.util
private static class Configurator.ObjectDescriptor extends Object
Constructor Summary | |
---|---|
ObjectDescriptor(Object object, String objName) |
Method Summary | |
---|---|
void | addAddConfiguredMethod(String name, Method m) |
void | addAddMethod(String name, Method m) |
void | addCreateMethod(String name, Method m) |
void | addSetMethod(String name, Method m) |
Method | getAddConfiguredMethod(String name) |
Method | getAddConfiguredMethod(Class type) |
Method | getAddMethod(String name) |
Method | getAddMethod(Class type) |
Method | getCreateMethod(String name) |
Object | getObject() |
String | getObjectName() |
Method | getSetMethod(String name) |