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 SFile
FileUtils.createTempFile
(String prefix, String suffix) FileSystem.getCurrentDir()
FileImageData.getFile()
Methods in net.sourceforge.plantuml with parameters of type SFileModifier and TypeMethodDescriptionstatic boolean
PSystemUtils.canFileBeWritten
(SFile f) static void
FileUtils.copyToFile
(byte[] src, SFile dest) static void
FileUtils.copyToFile
(SFile src, SFile dest) static void
FileUtils.copyToStream
(SFile src, OutputStream os) boolean
FileFormat.equalsMetadata
(String currentMetadata, SFile existingFile) protected void
SourceFileReaderAbstract.exportWarnOrErrIfWord
(SFile f, Diagram system) SourceStringReader.generateImage
(SFile f) Deprecated.Option.getDefaultDefines
(SFile f) void
SourceStringReader.outputImage
(SFile f) static String
static String
void
FileSystem.setCurrentDir
(SFile dir) final void
OptionFlags.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 SuggestedFile
SuggestedFile.fromOutputFile
(SFile outputFile, FileFormat fileFormat) static SuggestedFile
SuggestedFile.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 TypeMethodDescriptionvoid
Metadata.readAndDisplayMetadata
(SFile file) static void
PngIO.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 that return types with arguments of type SFileMethods in net.sourceforge.plantuml.preproc with parameters of type SFile -
Uses of SFile in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security that return SFileModifier and TypeMethodDescriptionstatic SFile
SFile.createTempFile
(String prefix, String suffix) static SFile
SFile.getAbsoluteFile()
SFile.getCanonicalFile()
SFile.getParentFile()
static SFile
SecurityUtils.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 TypeMethodDescriptionint
static ImageInputStream
SImageIO.createImageInputStream
(SFile file) static BufferedImage
boolean
static void
SImageIO.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 String
SignatureUtils.getSignature
(SFile f) static String
SignatureUtils.getSignatureSha512
(SFile f) static BlocLines
BlocLines.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