|
|||||||||
| Home >> All >> org >> jfor >> jfor >> rtflib >> [ testdocs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfor.jfor.rtflib.testdocs
Class CreateTestDocuments

java.lang.Objectorg.jfor.jfor.rtflib.testdocs.CreateTestDocuments
- public class CreateTestDocuments
- extends java.lang.Object
Create test RTF documents from classes found in this package.
| Field Summary | |
private static java.lang.String[] |
classNames
List of all TestDocument subclasses from this package |
static java.lang.String |
TESTDOCS_PACKAGE
|
| Constructor Summary | |
(package private) |
CreateTestDocuments(java.io.File outDir)
|
| Method Summary | |
(package private) void |
createOneTestDocument(java.lang.String className,
java.io.File outDir)
instantiate one TestDocument and let it generate its document |
static void |
main(java.lang.String[] args)
execute this to create test documents from all classes listed in classNames array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TESTDOCS_PACKAGE
public static final java.lang.String TESTDOCS_PACKAGE
- See Also:
- Constant Field Values
classNames
private static final java.lang.String[] classNames
- List of all TestDocument subclasses from this package
| Constructor Detail |
CreateTestDocuments
CreateTestDocuments(java.io.File outDir) throws java.lang.Exception
| Method Detail |
createOneTestDocument
void createOneTestDocument(java.lang.String className, java.io.File outDir) throws java.lang.Exception
- instantiate one TestDocument and let it generate its document
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- execute this to create test documents from all classes listed in classNames array
|
|||||||||
| Home >> All >> org >> jfor >> jfor >> rtflib >> [ testdocs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jfor.jfor.rtflib.testdocs.CreateTestDocuments