|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ArrayClassFactory
public class ArrayClassFactory
An class that implements the ClassFactory
interface to create Arrays of objects. The object descriptions are
created on demand.
Constructor Summary | |
---|---|
ArrayClassFactory()
Default constructor. |
Method Summary | |
---|---|
void |
configure(org.pentaho.reporting.libraries.base.config.Configuration config)
Configures this factory. |
boolean |
equals(Object o)
ArrayClassFactories are always equal, there is nothing that could not be equal :) |
ObjectDescription |
getDescriptionForClass(Class c)
Returns an object description for a class. |
Iterator |
getRegisteredClasses()
Returns an iterator for the registered classes. |
ObjectDescription |
getSuperClassObjectDescription(Class d,
ObjectDescription knownSuperClass)
Returns an object description for the super class of a class. |
int |
hashCode()
Returns a hash code value for the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayClassFactory()
Method Detail |
---|
public ObjectDescription getDescriptionForClass(Class c)
getDescriptionForClass
in interface ClassFactory
c
- the class.
public ObjectDescription getSuperClassObjectDescription(Class d, ObjectDescription knownSuperClass)
getSuperClassObjectDescription
in interface ClassFactory
d
- the class.knownSuperClass
- the last known super class or null.
public Iterator getRegisteredClasses()
getRegisteredClasses
in interface ClassFactory
public void configure(org.pentaho.reporting.libraries.base.config.Configuration config)
configure
in interface ClassFactory
config
- the configuration, never nullpublic boolean equals(Object o)
equals
in interface ClassFactory
equals
in class Object
o
- the other object.
public int hashCode()
java.util.Hashtable
.
hashCode
in interface ClassFactory
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |