Package gw.gosudoc.doc
Interface IGsDocHtmlWriter
-
public interface IGsDocHtmlWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getExternalDocs()
List
getFilters()
List<File>
getInputDirs()
File
getOutput()
Boolean
getVerbose()
void
setExternalDocs(List<String> externalDocs)
void
setFilters(List filters)
void
setInputDirs(List<File> inputDirs)
void
setOutput(File output)
void
setVerbose(Boolean verbose)
-