|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavadocProjectConfiguration
Provides information to be passed to the Javadoc tool.
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 class path elements to use for tools we call. |
Method Detail |
---|
String getProjectName()
List<String> getToolClassPath()
Collection<String> getClassRootDirectoryNames()
ClassLoader getProjectClassLoader()
Collection<String> getSourceRootDirectoryNames()
List<String> getIncludes()
List<String> getExcludes()
String getSourceEncoding()
String getSourceVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |