|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.ReportConfiguration
public final class ReportConfiguration
Provides information to control the creation of the report.
Constructor Summary | |
---|---|
ReportConfiguration() Default constructor. |
Method Summary | |
---|---|
void |
addExcludes(List<String> excludes) Adds the excludes to the list of excludes. |
void |
addIncludes(List<String> includes) Adds the includes to the list of includes. |
void |
addSourceTree(File sourceTree) Adds the given source tree to the list of source tree. |
String |
getEncoding() Returns the encoding to use to read the source files. |
List<String> |
getExcludes() Returns the list of source files to be excluded from the set of resources that are to be parsed. |
List<String> |
getIncludes() Returns the list of source files to be included in the set of resources that are to be parsed. |
ClassLoader |
getProjectClassLoader() Returns the class loader to instantiate classes of the project. |
List<File> |
getSourceTrees() Returns the list of source trees to be added for parsing. |
void |
setEncoding(String encoding) Sets the encoding to use to read the source files. |
void |
setProjectClassLoader(ClassLoader projectClassLoader) Sets the class loader to instantiate classes of the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportConfiguration()
Method Detail |
---|
public List<File> getSourceTrees()
public List<String> getIncludes()
public List<String> getExcludes()
public ClassLoader getProjectClassLoader()
public void setProjectClassLoader(ClassLoader projectClassLoader)
projectClassLoader
- the class loader to instantiate classes of the project.
public String getEncoding()
UTF-8
.
public void setEncoding(String encoding)
UTF-8
.
encoding
- the encoding to use to read the source files.
public void addSourceTree(File sourceTree) throws de.smartics.util.lang.NullArgumentException
sourceTree
- the source tree to add.
de.smartics.util.lang.NullArgumentException
- if
sourceTree
is
null
.
public void addIncludes(List<String> includes)
includes
- the source files to be added to the set of includes.
public void addExcludes(List<String> excludes)
excludes
- the source files to be added to the set of excludes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |