Uses of Class
net.sourceforge.plantuml.security.SFile
-
-
Uses of SFile in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return SFile Modifier and Type Method Description static SFileFileUtils. createTempFile(String prefix, String suffix)SFileBaseFile. getBasedir()SFileFileSystem. getCurrentDir()SFileFileImageData. getFile()SFileFileSystem. getFile(String nameOrPath)SFileSuggestedFile. getFile(int cpt)SFileSuggestedFile. getParentFile()SFileAFile. getSystemFolder()SFileAFileRegular. getSystemFolder()SFileAFileZipEntry. getSystemFolder()SFileSuggestedFile. getTmpFile()SFileBaseFile. getTraceFile(String tail)SFileAFile. getUnderlyingFile()SFileAFileRegular. getUnderlyingFile()SFileAFileZipEntry. getUnderlyingFile()Methods in net.sourceforge.plantuml with parameters of type SFile Modifier and Type Method Description static 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)static SuggestedFileSuggestedFile. fromOutputFile(SFile outputFile, FileFormat fileFormat)static SuggestedFileSuggestedFile. fromOutputFile(SFile outputFile, FileFormat fileFormat, int initialCpt)StringSourceStringReader. generateImage(SFile f)Deprecated.DefinesOption. getDefaultDefines(SFile f)static StringSignatureUtils. getSignature(SFile f)static StringSignatureUtils. getSignatureSha512(SFile f)voidOptionFlags. logData(SFile file, Diagram system)DiagramDescriptionSourceStringReader. outputImage(SFile f)static StringFileUtils. readFile(SFile svgFile)static StringFileUtils. readSvg(SFile svgFile)voidFileSystem. setCurrentDir(SFile dir)voidOptionFlags. setLogData(SFile logData)Constructors in net.sourceforge.plantuml with parameters of type SFile Constructor Description AFileRegular(SFile file)AFileZipEntry(SFile file, String entry)AParentFolderRegular(SFile dir)AParentFolderZip(SFile zipFile, String entry)BaseFile(SFile file)BlockUmlBuilder(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)NamedOutputStream(SFile file)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.command
Methods in net.sourceforge.plantuml.command with parameters of type SFile Modifier and Type Method Description static BlocLinesBlocLines. load(SFile f, LineLocation location) -
Uses of SFile in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type SFile Modifier and Type Method Description static voidGroupPrinter. print(SFile f, IGroup rootGroup) -
Uses of SFile in net.sourceforge.plantuml.cucadiagram.dot
Methods in net.sourceforge.plantuml.cucadiagram.dot that return types with arguments of type SFile Modifier and Type Method Description List<SFile>CucaDiagramTxtMaker. createFiles(SFile suggestedFile)Methods in net.sourceforge.plantuml.cucadiagram.dot with parameters of type SFile Modifier and Type Method Description List<SFile>CucaDiagramTxtMaker. createFiles(SFile suggestedFile)ProcessStateProcessRunner. run(byte[] in, OutputStream redirection, SFile dir) -
Uses of SFile in net.sourceforge.plantuml.html
Constructors in net.sourceforge.plantuml.html with parameters of type SFile Constructor Description CucaDiagramHtmlMaker(CucaDiagram diagram, SFile dir) -
Uses of SFile in net.sourceforge.plantuml.mjpeg
Constructors in net.sourceforge.plantuml.mjpeg with parameters of type SFile Constructor Description MJPEGGenerator(SFile aviFile, int width, int height, double framerate, int numFrames)Creates a new instance of MJPEGGenerator -
Uses of SFile in net.sourceforge.plantuml.png
Methods in net.sourceforge.plantuml.png that return types with arguments of type SFile Modifier and Type Method Description List<SFile>PngSplitter. getFiles()Methods in net.sourceforge.plantuml.png with parameters of type SFile Modifier and Type Method Description voidMetadata. readAndDisplayMetadata(SFile file)static voidPngIO. write(RenderedImage image, SFile file, int dpi)static voidPngIO. write(RenderedImage image, SFile file, String metadata, int dpi)Constructors in net.sourceforge.plantuml.png with parameters of type SFile Constructor Description MetadataTag(SFile file, String tag) -
Uses of SFile in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc that return types with arguments of type SFile Modifier and Type Method Description List<SFile>ImportedFiles. getPath()Methods in net.sourceforge.plantuml.preproc with parameters of type SFile Modifier and Type Method Description voidImportedFiles. add(SFile file)static DefinesDefines. createWithFileName(SFile file) -
Uses of SFile in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security that return SFile Modifier and Type Method Description static SFileSFile. createTempFile(String prefix, String suffix)SFileSFile. file(String name)static SFileSFile. fromFile(File internal)SFileSFile. getAbsoluteFile()SFileSFile. getCanonicalFile()SFileSFile. 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 SFile Modifier and Type Method Description static List<SFile>SecurityUtils. getPath(String prop)Collection<SFile>SFile. listFiles()Methods in net.sourceforge.plantuml.security with parameters of type SFile Modifier and Type Method Description intSFile. compareTo(SFile other)static ImageInputStreamSImageIO. createImageInputStream(SFile file)static BufferedImageSImageIO. read(SFile file)booleanSFile. renameTo(SFile dest)static voidSImageIO. write(RenderedImage image, String format, SFile file)Constructors in net.sourceforge.plantuml.security with parameters of type SFile Constructor Description SFile(SFile basedir, String name) -
Uses of SFile in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type SFile Modifier and Type Method Description static voidSvekUtils. traceString(SFile f, String text) -
Uses of SFile in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version that return types with arguments of type SFile Modifier and Type Method Description static Collection<SFile>LicenseInfo. fileCandidates()
-