Klasse DocFilesHandlerImpl
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.DocFilesHandlerImpl
- Alle implementierten Schnittstellen:
DocFilesHandler
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal HtmlConfigurationfinal Elementfinal JavaFileManager.Locationfinal DocPath -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDocFilesHandlerImpl(HtmlConfiguration configuration, Element element) Constructor to construct the DocFilesWriter object. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidCopy 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:
copyDocFilesin SchnittstelleDocFilesHandler- Löst aus:
DocFileIOException- if there is a problem while copying the documentation files
-
getStylesheets
- Angegeben von:
getStylesheetsin SchnittstelleDocFilesHandler- Löst aus:
DocFileIOException
-