org.apache.ivy.util

Class Configurator.ObjectDescriptor

private static class Configurator.ObjectDescriptor extends Object

Constructor Summary
ObjectDescriptor(Object object, String objName)
Method Summary
voidaddAddConfiguredMethod(String name, Method m)
voidaddAddMethod(String name, Method m)
voidaddCreateMethod(String name, Method m)
voidaddSetMethod(String name, Method m)
MethodgetAddConfiguredMethod(String name)
MethodgetAddConfiguredMethod(Class type)
MethodgetAddMethod(String name)
MethodgetAddMethod(Class type)
MethodgetCreateMethod(String name)
ObjectgetObject()
StringgetObjectName()
MethodgetSetMethod(String name)

Constructor Detail

ObjectDescriptor

public ObjectDescriptor(Object object, String objName)

Method Detail

addAddConfiguredMethod

public void addAddConfiguredMethod(String name, Method m)

addAddMethod

public void addAddMethod(String name, Method m)

addCreateMethod

public void addCreateMethod(String name, Method m)

addSetMethod

public void addSetMethod(String name, Method m)

getAddConfiguredMethod

public Method getAddConfiguredMethod(String name)

getAddConfiguredMethod

public Method getAddConfiguredMethod(Class type)

getAddMethod

public Method getAddMethod(String name)

getAddMethod

public Method getAddMethod(Class type)

getCreateMethod

public Method getCreateMethod(String name)

getObject

public Object getObject()

getObjectName

public String getObjectName()

getSetMethod

public Method getSetMethod(String name)