org.mule.tools.visualizer.postgraphers
Class AbstractIndexer

java.lang.Object
  extended byorg.mule.tools.visualizer.config.VelocitySupport
      extended byorg.mule.tools.visualizer.postgraphers.AbstractIndexer
All Implemented Interfaces:
PostGrapher
Direct Known Subclasses:
DocIndexerPostGrapher, GalleryPostGrapher

public abstract class AbstractIndexer
extends VelocitySupport
implements PostGrapher


Field Summary
 
Fields inherited from class org.mule.tools.visualizer.config.VelocitySupport
FILE, JAR, MAGIC_VELOCITY_RESOURCE_LOADER
 
Constructor Summary
protected AbstractIndexer(GraphEnvironment env)
           
 
Method Summary
protected  void doRendering(GraphEnvironment env, File[] htmlFiles, String template, String targetFile)
           
protected  File[] getFiles(GraphConfig config, String extension)
           
 void init(org.apache.velocity.runtime.RuntimeServices arg0)
           
 void logVelocityMessage(int arg0, String arg1)
           
 
Methods inherited from class org.mule.tools.visualizer.config.VelocitySupport
getEnv, getVe, setEnv, setVe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.tools.visualizer.components.PostGrapher
getStatusTitle, postGrapher
 

Constructor Detail

AbstractIndexer

protected AbstractIndexer(GraphEnvironment env)
                   throws Exception
Method Detail

doRendering

protected void doRendering(GraphEnvironment env,
                           File[] htmlFiles,
                           String template,
                           String targetFile)

getFiles

protected File[] getFiles(GraphConfig config,
                          String extension)

init

public void init(org.apache.velocity.runtime.RuntimeServices arg0)
          throws Exception
Throws:
Exception

logVelocityMessage

public void logVelocityMessage(int arg0,
                               String arg1)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.