Klasse DocFilesHandlerImpl
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.DocFilesHandlerImpl
- Alle implementierten Schnittstellen:
DocFilesHandler
-
Feldübersicht
Modifizierer und TypFeldBeschreibungfinal HtmlConfiguration
final Element
final JavaFileManager.Location
final DocPath
-
Konstruktorübersicht
KonstruktorBeschreibungDocFilesHandlerImpl
(HtmlConfiguration configuration, Element element) Constructor to construct the DocFilesWriter object. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Copy doc-files directory and its contents from the source elements directory to the generated documentation directory.
-
Felddetails
-
element
-
location
-
source
-
configuration
-
-
Konstruktordetails
-
DocFilesHandlerImpl
Constructor to construct the DocFilesWriter object.- Parameter:
configuration
- the configuration of this doclet.element
- the containing element of the doc-files.
-
-
Methodendetails
-
copyDocFiles
Copy doc-files directory and its contents from the source elements directory to the generated documentation directory.- Angegeben von:
copyDocFiles
in SchnittstelleDocFilesHandler
- Löst aus:
DocFileIOException
- if there is a problem while copying the documentation files
-
getStylesheets
- Angegeben von:
getStylesheets
in SchnittstelleDocFilesHandler
- Löst aus:
DocFileIOException
-