|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.report.ReportConfiguration
public final class ReportConfiguration
Provides information to control the creation of the report.
Constructor Summary | |
---|---|
ReportConfiguration() Default constructor. |
Method Summary | |
---|---|
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. |
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 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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |