|
||||||||||
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.ClassFactoryImpl
public abstract class ClassFactoryImpl
An abstract class that implements the ClassFactory
interface.
Method Summary | |
---|---|
void |
configure(org.pentaho.reporting.libraries.base.config.Configuration config)
Configures this factory. |
boolean |
equals(Object o)
Tests for equality. |
ClassComparator |
getComparator()
Returns the class comparator used to sort the super classes of an object. |
org.pentaho.reporting.libraries.base.config.Configuration |
getConfig()
Returns the currently set configuration or null, if none was set. |
ObjectDescription |
getDescriptionForClass(Class c)
Returns an object-description for a class. |
Iterator |
getRegisteredClasses()
Returns an iterator that provides access to the registered object definitions. |
ObjectDescription |
getSuperClassObjectDescription(Class d,
ObjectDescription knownSuperClass)
Returns the most concrete object-description for the super class of a class. |
int |
hashCode()
Returns a hash code. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ClassComparator getComparator()
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
- a known supported superclass or null, if no superclass is known yet.
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 org.pentaho.reporting.libraries.base.config.Configuration getConfig()
public boolean equals(Object o)
equals
in interface ClassFactory
equals
in class Object
o
- the object to test.
public int hashCode()
hashCode
in interface ClassFactory
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |