Uses of Class
net.sourceforge.plantuml.security.SFile
Packages that use SFile
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of SFile in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return SFileModifier and TypeMethodDescriptionstatic SFileFileUtils.createTempFile(String prefix, String suffix) FileSystem.getCurrentDir()FileImageData.getFile()Methods in net.sourceforge.plantuml with parameters of type SFileModifier and TypeMethodDescriptionstatic booleanPSystemUtils.canFileBeWritten(SFile f) static voidFileUtils.copyToFile(byte[] src, SFile dest) static voidFileUtils.copyToFile(SFile src, SFile dest) static voidFileUtils.copyToStream(SFile src, OutputStream os) booleanFileFormat.equalsMetadata(String currentMetadata, SFile existingFile) protected voidSourceFileReaderAbstract.exportWarnOrErrIfWord(SFile f, Diagram system) SourceStringReader.generateImage(SFile f) Deprecated.Option.getDefaultDefines(SFile f) voidSourceStringReader.outputImage(SFile f) static Stringstatic StringvoidFileSystem.setCurrentDir(SFile dir) final voidOptionFlags.setLogData(SFile logData) Constructors in net.sourceforge.plantuml with parameters of type SFileModifierConstructorDescriptionBlockUmlBuilder(List<String> config, String charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc) Deprecated.being kept for backwards compatibility, perhaps other projects are using this?BlockUmlBuilder(List<String> config, Charset charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc) FileImageData(SFile file, ImageData imageData) GeneratedImageImpl(SFile pngFile, String description, BlockUml blockUml, int status) SourceStringReader(String source, SFile newCurrentDir) SourceStringReader(Defines defines, String source, String charset, List<String> config, SFile newCurrentDir) SourceStringReader(Defines defines, String source, Charset charset, List<String> config, SFile newCurrentDir) -
Uses of SFile in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type SFile -
Uses of SFile in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return types with arguments of type SFileMethods in net.sourceforge.plantuml.dot with parameters of type SFileModifier and TypeMethodDescriptionCucaDiagramTxtMaker.createFiles(SFile suggestedFile) ProcessRunner.run(byte[] in, OutputStream redirection, SFile dir) -
Uses of SFile in net.sourceforge.plantuml.file
Methods in net.sourceforge.plantuml.file that return SFileModifier and TypeMethodDescriptionSuggestedFile.getFile(int cpt) SuggestedFile.getParentFile()AFile.getSystemFolder()AFileRegular.getSystemFolder()AFileZipEntry.getSystemFolder()SuggestedFile.getTmpFile()AFile.getUnderlyingFile()AFileRegular.getUnderlyingFile()AFileZipEntry.getUnderlyingFile()Methods in net.sourceforge.plantuml.file with parameters of type SFileModifier and TypeMethodDescriptionstatic SuggestedFileSuggestedFile.fromOutputFile(SFile outputFile, FileFormat fileFormat) static SuggestedFileSuggestedFile.fromOutputFile(SFile outputFile, FileFormat fileFormat, int initialCpt) Constructors in net.sourceforge.plantuml.file with parameters of type SFileModifierConstructorDescriptionAFileRegular(SFile file) AFileZipEntry(SFile file, String entry) AParentFolderZip(SFile zipFile, String entry) -
Uses of SFile in net.sourceforge.plantuml.html
Constructors in net.sourceforge.plantuml.html with parameters of type SFile -
Uses of SFile in net.sourceforge.plantuml.png
Methods in net.sourceforge.plantuml.png that return types with arguments of type SFileMethods in net.sourceforge.plantuml.png with parameters of type SFileModifier and TypeMethodDescriptionvoidMetadata.readAndDisplayMetadata(SFile file) static voidPngIO.write(RenderedImage image, ColorMapper mapper, SFile file, String metadata, int dpi) Constructors in net.sourceforge.plantuml.png with parameters of type SFile -
Uses of SFile in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc with parameters of type SFileModifier and TypeMethodDescriptionvoidImportedFiles.addImportFile(SFile file) static DefinesDefines.createWithFileName(SFile file) -
Uses of SFile in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security that return SFileModifier and TypeMethodDescriptionstatic SFileSFile.createTempFile(String prefix, String suffix) static SFileSFile.getAbsoluteFile()SFile.getCanonicalFile()SFile.getParentFile()static SFileSecurityUtils.getSecurityPath()Loads the path to the configured security folder, if existing.Methods in net.sourceforge.plantuml.security that return types with arguments of type SFileMethods in net.sourceforge.plantuml.security with parameters of type SFileModifier and TypeMethodDescriptionintstatic ImageInputStreamSImageIO.createImageInputStream(SFile file) static BufferedImagebooleanstatic voidSImageIO.write(RenderedImage image, String format, SFile file) Constructors in net.sourceforge.plantuml.security with parameters of type SFile -
Uses of SFile in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek that return SFileMethods in net.sourceforge.plantuml.svek with parameters of type SFileConstructors in net.sourceforge.plantuml.svek with parameters of type SFile -
Uses of SFile in net.sourceforge.plantuml.utils
Methods in net.sourceforge.plantuml.utils with parameters of type SFileModifier and TypeMethodDescriptionstatic StringSignatureUtils.getSignature(SFile f) static StringSignatureUtils.getSignatureSha512(SFile f) static BlocLinesBlocLines.load(SFile f, LineLocation location) -
Uses of SFile in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version that return types with arguments of type SFile
SourceStringReader.outputImage(SFile)instead