|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.exceptions.conf.DefaultJavadocProjectConfiguration
public final class DefaultJavadocProjectConfiguration
Default implementation.
Nested Class Summary | |
---|---|
static class |
DefaultJavadocProjectConfiguration.Builder The configuration builder. |
Method Summary | |
---|---|
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. |
ClassLoader |
getProjectClassLoader() Returns the class loader to load project classes. |
String |
getProjectName() Returns the name of the project being processed. |
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 |
getSourceVersion() Returns the Java version specified for the sources in the project. |
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()
getToolClassPath
in interface
JavadocProjectConfiguration
public String getSourceEncoding()
getSourceEncoding
in interface
JavadocProjectConfiguration
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getSourceEncoding()
public String getSourceVersion()
getSourceVersion
in interface
JavadocProjectConfiguration
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getSourceVersion()
public Collection<String> getClassRootDirectoryNames()
getClassRootDirectoryNames
in interface
JavadocProjectConfiguration
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getClassRootDirectoryNames()
public ClassLoader getProjectClassLoader()
getProjectClassLoader
in interface
JavadocProjectConfiguration
public Collection<String> getSourceRootDirectoryNames()
getSourceRootDirectoryNames
in interface
JavadocProjectConfiguration
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getSourceRootDirectoryNames()
public String getProjectName()
getProjectName
in interface
JavadocProjectConfiguration
de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration#getProjectName()
public List<String> getIncludes()
getIncludes
in interface
JavadocProjectConfiguration
public List<String> getExcludes()
getExcludes
in interface
JavadocProjectConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |