|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addRoot(String nameExpr)
Declares some objects as roots to start exporting from. |
void |
allowExport(String classExpr)
Allows exporting of some classes |
void |
denyExport(String classExpr)
Denies exporting of some classes |
Method Detail |
public void addRoot(String nameExpr)
nameExpr
- a regular expression matching the name of root objectspublic void allowExport(String classExpr)
classExpr
- classes to exportpublic void denyExport(String classExpr)
classExpr
- classes not to export
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |