Uses of Class
net.sourceforge.plantuml.preproc.FileWithSuffix
Packages that use FileWithSuffix
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of FileWithSuffix in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return types with arguments of type FileWithSuffixModifier and TypeMethodDescriptionBlockUml.getIncluded()
final Set<FileWithSuffix>
BlockUmlBuilder.getIncludedFiles()
final Set<FileWithSuffix>
SourceFileReaderAbstract.getIncludedFiles()
-
Uses of FileWithSuffix in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc that return FileWithSuffixModifier and TypeMethodDescriptionMethods in net.sourceforge.plantuml.preproc with parameters of type FileWithSuffixModifier and TypeMethodDescriptionstatic StartDiagramExtractReader
StartDiagramExtractReader.build
(FileWithSuffix f2, StringLocated s, Charset charset) static boolean
StartDiagramExtractReader.containsStartDiagram
(FileWithSuffix f2, StringLocated s, Charset charset) Method parameters in net.sourceforge.plantuml.preproc with type arguments of type FileWithSuffix -
Uses of FileWithSuffix in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return FileWithSuffixMethods in net.sourceforge.plantuml.tim that return types with arguments of type FileWithSuffixModifier and TypeMethodDescriptionTContext.getFilesUsedCurrent()
TimLoader.load
(List<StringLocated> list)