Uses of Class
net.sourceforge.plantuml.preproc.FileWithSuffix
-
Packages that use FileWithSuffix Package Description net.sourceforge.plantuml net.sourceforge.plantuml.preproc net.sourceforge.plantuml.tim -
-
Uses of FileWithSuffix in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return types with arguments of type FileWithSuffix Modifier and Type Method Description java.util.Set<FileWithSuffix>
BlockUml. getIncluded()
java.util.Set<FileWithSuffix>
BlockUmlBuilder. getIncludedFiles()
java.util.Set<FileWithSuffix>
SourceFileReaderAbstract. getIncludedFiles()
-
Uses of FileWithSuffix in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc that return FileWithSuffix Modifier and Type Method Description FileWithSuffix
ImportedFiles. getFile(java.lang.String filename, java.lang.String suffix)
Methods in net.sourceforge.plantuml.preproc with parameters of type FileWithSuffix Modifier and Type Method Description static StartDiagramExtractReader
StartDiagramExtractReader. build(FileWithSuffix f2, StringLocated s, java.lang.String charset)
static boolean
StartDiagramExtractReader. containsStartDiagram(FileWithSuffix f2, StringLocated s, java.lang.String charset)
Method parameters in net.sourceforge.plantuml.preproc with type arguments of type FileWithSuffix Modifier and Type Method Description static java.util.Set<java.io.File>
FileWithSuffix. convert(java.util.Set<FileWithSuffix> all)
-
Uses of FileWithSuffix in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return types with arguments of type FileWithSuffix Modifier and Type Method Description java.util.Set<FileWithSuffix>
TContext. getFilesUsedCurrent()
java.util.Set<FileWithSuffix>
TimLoader. load(java.util.List<StringLocated> list)
-