JTools

net.jtools.tef
Class TempletHelper

java.lang.Object
  extended by net.jtools.tef.GeneratorFactoryHelper
      extended by net.jtools.tef.TempletHelper
All Implemented Interfaces:
ExecutableHelper

public class TempletHelper
extends GeneratorFactoryHelper


Field Summary
protected  org.jpattern.logging.LogFactory logFactory
           
protected  PublisherConfig publisherConfig
           
protected  List<TEFTempletRegistrator> registrators
           
 
Fields inherited from class net.jtools.tef.GeneratorFactoryHelper
genFactoryId, genLogger
 
Constructor Summary
TempletHelper(TEF parent)
           
 
Method Summary
 void addConfiguredFileset(AntLikeFileSetPathHelper fsph)
           
 void addRegistrator(TEFTempletRegistrator registrator)
           
 void addRegistrators(TEFTempletRegistrator[] registrators)
           
 AntLikeFileSetPathHelper createFileset()
           
 void execute()
           
 void setLogFactory(org.jpattern.logging.LogFactory logFactory)
           
 void setPublisherConfig(PublisherConfig cfg)
           
 void setRegistrator(String registrator)
           
 void setRegistrators(String registrators)
           
 
Methods inherited from class net.jtools.tef.GeneratorFactoryHelper
getGenerator, getGenLogger, setGenFactoryId, setGenLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publisherConfig

protected PublisherConfig publisherConfig

logFactory

protected org.jpattern.logging.LogFactory logFactory

registrators

protected List<TEFTempletRegistrator> registrators
Constructor Detail

TempletHelper

public TempletHelper(TEF parent)
Method Detail

addRegistrator

public void addRegistrator(TEFTempletRegistrator registrator)

addRegistrators

public void addRegistrators(TEFTempletRegistrator[] registrators)

setRegistrator

public void setRegistrator(String registrator)
                    throws Exception
Throws:
Exception

setRegistrators

public void setRegistrators(String registrators)
                     throws Exception
Throws:
Exception

createFileset

public AntLikeFileSetPathHelper createFileset()

addConfiguredFileset

public void addConfiguredFileset(AntLikeFileSetPathHelper fsph)
                          throws Exception
Throws:
Exception

execute

public void execute()
             throws Exception
Specified by:
execute in interface ExecutableHelper
Overrides:
execute in class GeneratorFactoryHelper
Throws:
Exception

setPublisherConfig

public void setPublisherConfig(PublisherConfig cfg)

setLogFactory

public void setLogFactory(org.jpattern.logging.LogFactory logFactory)

JTools

© 2000-2006, JTools.org.