A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getAllMetadata() — Method in class org.spicefactory.lib.reflect.MetadataAware
Returns all metadata tags for this type in no particular order.
getArgument(key) — Method in class org.spicefactory.lib.reflect.Metadata
Returns the argument for the specified key as a String or null if no such argument exists.
getClass() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the class this instance represents.
getConstructor() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the constructor for this class.
getConverter(type) — Static method in class org.spicefactory.lib.reflect.Converters
Returns the Converter registered for the specified class.
getConverter(type) — Static method in class org.spicefactory.lib.reflect.Type
Returns the Converter registered for the specified class.
getDefaultArgument() — Method in class org.spicefactory.lib.reflect.Metadata
Returns the default argument as a String or null if no such argument exists.
getInterfaces() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns all interfaces implemented by the class represented by this ClassInfo instance.
getLogger(name) — Static method in class org.spicefactory.lib.logging.LogContext
Returns the logger for the specified name.
getLogger(name) — Method in interface org.spicefactory.lib.logging.LogFactory
Returns the logger for the specified name.
getLogger(name) — Method in class org.spicefactory.lib.logging.impl.DefaultLogFactory
Returns the logger for the specified name.
getLogName(object) — Static method in class org.spicefactory.lib.logging.LogUtil
Retutns the name for a logger as a String based on the specified object.
getMetadata(type) — Method in class org.spicefactory.lib.reflect.MetadataAware
Returns all metadata tags for the specified type for this element.
getMethod(name) — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the Method instance for the specified method name.
getMethods() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns Method instances for all public, non-static methods of this class.
getProperties() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns Property instances for all public, non-static properties of this class.
getProperty(name) — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the Property instance for the specified property name.
getStaticMethod(name) — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the Method instance for the specified method name.
getStaticMethods() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns Method instances for all public, static methods of this class.
getStaticProperties() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns Property instances for all public, static properties of this class.
getStaticProperty(name) — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the Property instance for the specified property name.
getSuperClass() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns the superclass of the class represented by this ClassInfo instance.
getSuperClasses() — Method in class org.spicefactory.lib.reflect.ClassInfo
Returns all superclasses or superinterfaces of the class or interface represented by this ClassInfo instance.
getTask(index) — Method in class org.spicefactory.lib.task.TaskGroup
Returns the Task at the specified index.
getValue(instance) — Method in class org.spicefactory.lib.reflect.Property
Returns the value of the property represented by this instance in the specified target instance.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z