org.mule.devkit.doclet
Class DocFile

java.lang.Object
  extended by org.mule.devkit.doclet.DocFile

public class DocFile
extends Object


Constructor Summary
DocFile()
           
 
Method Summary
static String getProperty(String docfile, String property)
           
static String readFile(String filename)
           
static void writePage(Map<String,List<TocInfo>> toc, String docfile, String relative, String outfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocFile

public DocFile()
Method Detail

readFile

public static String readFile(String filename)

getProperty

public static String getProperty(String docfile,
                                 String property)

writePage

public static void writePage(Map<String,List<TocInfo>> toc,
                             String docfile,
                             String relative,
                             String outfile)


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.