org.apache.oodt.cas.filemgr.tools
Class ProductTypeDocTool

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool

public final class ProductTypeDocTool
extends Object

Version:
$Revision: 11462 $

A tool to output HTML documentation for ProductType policy xml files.

.
Author:
mattmann

Constructor Summary
ProductTypeDocTool(String xslFilePath, String outputDirPath)
           
 
Method Summary
 void doProductTypeDoc(String productTypeXmlFilePath, String elementXmlFilePath)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductTypeDocTool

public ProductTypeDocTool(String xslFilePath,
                          String outputDirPath)
Method Detail

doProductTypeDoc

public void doProductTypeDoc(String productTypeXmlFilePath,
                             String elementXmlFilePath)
                      throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 1999-2011 Apache OODT. All Rights Reserved.