org.codehaus.xfire.gen.documentation
Class DocumentationConfigGen
java.lang.Object
org.codehaus.xfire.gen.documentation.DocumentationConfigGen
public class DocumentationConfigGen
- extends java.lang.Object
Generate configuration based on javadoc, used for inserting wsdl:documentation tags
- Author:
- Tomasz Sztelak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentationConfigGen
public DocumentationConfigGen()
generate
public void generate()
- Generates documentation config file for given classes
createDocumentationConfiguration
public void createDocumentationConfiguration(java.lang.String srcFile)
throws java.lang.NoClassDefFoundError,
java.io.FileNotFoundException,
java.io.IOException
- Parameters:
srcFile
- - jakis param
- Throws:
java.lang.NoClassDefFoundError
- - wywalka
java.io.IOException
java.io.FileNotFoundException
getOutputFolder
public java.lang.String getOutputFolder()
setOutputFolder
public void setOutputFolder(java.lang.String outputFolder)
getSrcFiles
public java.lang.String[] getSrcFiles()
setSrcFiles
public void setSrcFiles(java.lang.String[] srcFiles)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2011. All Rights Reserved.