|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
O
- the type of the output writer.
public interface ProjectConfiguration<O>
Implementations of this class provide information about what parts of the project should be covered with the report. This class provides means to include and exclude packages and classes.
Method Summary | |
---|---|
ResourceBundle |
getBundle() Returns the bundle set for this report execution. |
de.smartics.messages.core.BundleMapper |
getBundleMapper() Returns the mapper of the item class to the resource bundle with information for instances of this class. |
Collection<String> |
getClassRootDirectoryNames() Returns the list of class path root elements of this project. |
List<String> |
getExcludes() Returns the excludes for the scanner. |
List<String> |
getIncludes() Returns the includes for the scanner. |
File |
getJavadocDir() Returns the absolute directory path where the Javadoc pages are found. |
String |
getJavadocRelativeDir() Returns the relative directory path where the Javadoc pages are found. |
String |
getProjectName() Returns the name of the project being processed. |
String |
getReport() Returns the name of the file the report will be written to. |
String |
getReportEncoding() Returns the encoding for the generated report. |
String |
getReporter() Returns the reporter implementation to use to generate the code report. |
ReportGenerator<O> |
getReporterInstance() Returns the report generator instance set by #setReporter(String) . |
String |
getSourceEncoding() Returns the encoding specified for the sources in the project. |
Collection<String> |
getSourceRootDirectoryNames() Returns the list of source path root elements of this project. |
String |
getStyleSheet() The reference to the style sheet to add as link element to the head of the XHTML document. |
Method Detail |
---|
String getProjectName()
Collection<String> getClassRootDirectoryNames()
Collection<String> getSourceRootDirectoryNames()
List<String> getIncludes()
List<String> getExcludes()
String getSourceEncoding()
String getReportEncoding()
String getReporter()
ReportGenerator<O> getReporterInstance()
#setReporter(String)
.
String getReport()
ResourceBundle getBundle()
File getJavadocDir()
This value is optional and may be null
.
String getJavadocRelativeDir()
This value is optional and may be null
.
String getStyleSheet()
This value is optional and may be null
.
de.smartics.messages.core.BundleMapper getBundleMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |