org.objectweb.jac.aspects.export
Interface ExportConf

All Known Implementing Classes:
ExportAC

public interface ExportConf


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

addRoot

public void addRoot(String nameExpr)
Declares some objects as roots to start exporting from.

Parameters:
nameExpr - a regular expression matching the name of root objects

allowExport

public void allowExport(String classExpr)
Allows exporting of some classes

Parameters:
classExpr - classes to export

denyExport

public void denyExport(String classExpr)
Denies exporting of some classes

Parameters:
classExpr - classes not to export