|
||||||||||
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.templates.TemplateCollection
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateCollector
public class TemplateCollector
A template collection.
Constructor Summary | |
---|---|
TemplateCollector()
Creates a new template collector. |
Method Summary | |
---|---|
void |
addTemplateCollection(TemplateCollection tc)
Adds a template collection. |
void |
configure(org.pentaho.reporting.libraries.base.config.Configuration config)
Configures this factory. |
boolean |
equals(Object o)
Indicated whether an other object is equal to this one. |
TemplateDescription |
getDescription(Template template)
Returns a template description. |
Iterator |
getFactories()
Returns an iterator that provides access to the factories. |
TemplateDescription |
getTemplate(String name)
Returns a template description. |
int |
hashCode()
Computes an hashcode for this factory. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateCollection |
---|
addTemplate, getConfig, getNames |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateCollector()
Method Detail |
---|
public void addTemplateCollection(TemplateCollection tc)
tc
- the template collection.public Iterator getFactories()
public TemplateDescription getTemplate(String name)
getTemplate
in class TemplateCollection
name
- the name.
public TemplateDescription getDescription(Template template)
getDescription
in class TemplateCollection
template
- the template.
public void configure(org.pentaho.reporting.libraries.base.config.Configuration config)
configure
in class TemplateCollection
config
- the configuration, never nullpublic boolean equals(Object o)
equals
in class TemplateCollection
o
- the other object.
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class TemplateCollection
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |