Package com.logicaldoc.webservice.doc
Class WebserviceDocGen
- java.lang.Object
-
- com.logicaldoc.webservice.doc.WebserviceDocGen
-
public class WebserviceDocGen extends Object
-
-
Constructor Summary
Constructors Constructor Description WebserviceDocGen()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
indexPage(String release, File outputDir, List<Class<?>> services)
static void
main(String[] args)
void
singleReport(File outputDir, Class<?> webServiceClass)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
indexPage
public void indexPage(String release, File outputDir, List<Class<?>> services) throws IOException
- Throws:
IOException
-
singleReport
public void singleReport(File outputDir, Class<?> webServiceClass) throws IOException
- Throws:
IOException
-
-