Class Configurator.ObjectDescriptor

java.lang.Object
org.apache.ivy.util.Configurator.ObjectDescriptor
Enclosing class:
Configurator

private static class Configurator.ObjectDescriptor extends Object
  • Field Details

  • Constructor Details

    • ObjectDescriptor

      public ObjectDescriptor(Object object, String objName)
  • Method Details

    • addCreateMethod

      public void addCreateMethod(String name, Method m)
    • addAddMethod

      public void addAddMethod(String name, Method m)
    • addAddConfiguredMethod

      public void addAddConfiguredMethod(String name, Method m)
    • addAddMethod

      private void addAddMethod(Method m)
    • addAddConfiguredMethod

      private void addAddConfiguredMethod(Method m)
    • addSetMethod

      public void addSetMethod(String name, Method m)
    • getObject

      public Object getObject()
    • getCreateMethod

      public Method getCreateMethod(String name)
    • getAddMethod

      public Method getAddMethod(String name)
    • getAddConfiguredMethod

      public Method getAddConfiguredMethod(String name)
    • getAddMethod

      public Method getAddMethod(Class<?> type)
    • getAddConfiguredMethod

      public Method getAddConfiguredMethod(Class<?> type)
    • getTypeMatchingMethod

      private Method getTypeMatchingMethod(Class<?> type, Map<Class<?>,Method> typeMethods)
    • getSetMethod

      public Method getSetMethod(String name)
    • getObjectName

      public String getObjectName()