|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.exceptions.conf.DefaultProjectConfiguration<O>
O
- the type of the output instance that handles the writing.
public final class DefaultProjectConfiguration<O>
Default implementation.
Nested Class Summary | |
---|---|
static class |
DefaultProjectConfiguration.Builder<O> The configuration builder. |
Method Summary | |
---|---|
ResourceBundle |
getBundle() |
de.smartics.messages.core.BundleMapper |
getBundleMapper() |
Collection<String> |
getClassRootDirectoryNames() |
List<String> |
getExcludes() Returns the excludes for the scanner. |
List<String> |
getIncludes() Returns the includes for the scanner. |
File |
getJavadocDir() Returns the directory where the Javadoc pages are found. |
String |
getJavadocRelativeDir() This value is optional and may be null . |
ClassLoader |
getProjectClassLoader() Returns the class loader to load project classes. |
String |
getProjectName() |
String |
getReport() |
String |
getReportEncoding() |
String |
getReporter() |
de.smartics.exceptions.report.generator.ReportGenerator<O> |
getReporterInstance() |
String |
getSourceEncoding() |
Collection<String> |
getSourceRootDirectoryNames() |
String |
getSourceVersion() |
String |
getStyleSheet() Returns the reference to the style sheet to add as link element to the head of the XHTML document. |
List<String> |
getToolClassPath() Returns the classpath used by the tool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<String> getToolClassPath()
public Collection<String> getClassRootDirectoryNames()
getClassRootDirectoryNames
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getClassRootDirectoryNames()
public ClassLoader getProjectClassLoader()
public Collection<String> getSourceRootDirectoryNames()
getSourceRootDirectoryNames
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getSourceRootDirectoryNames()
public String getProjectName()
getProjectName
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getProjectName()
public List<String> getIncludes()
getIncludes
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
public List<String> getExcludes()
getExcludes
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
public String getSourceEncoding()
getSourceEncoding
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getSourceEncoding()
public String getReportEncoding()
getReportEncoding
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getReportEncoding()
public String getReporter()
getReporter
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
public de.smartics.exceptions.report.generator.ReportGenerator<O> getReporterInstance()
getReporterInstance
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getReporterInstance()
public String getReport()
getReport
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getReport()
public ResourceBundle getBundle()
getBundle
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getBundle()
public File getJavadocDir()
getJavadocDir
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
public String getJavadocRelativeDir()
This value is optional and may be null
.
getJavadocRelativeDir
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getJavadocRelativeDir()
public String getStyleSheet()
getStyleSheet
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
public String getSourceVersion()
public de.smartics.messages.core.BundleMapper getBundleMapper()
getBundleMapper
in interface
de.smartics.exceptions.report.data.ProjectConfiguration<O>
de.smartics.report.conf.ProjectConfiguration#getBundleMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |