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 SFile
FileUtils. createTempFile(String prefix, String suffix)
SFile
BaseFile. getBasedir()
SFile
FileSystem. getCurrentDir()
SFile
FileImageData. getFile()
SFile
FileSystem. getFile(String nameOrPath)
SFile
SuggestedFile. getFile(int cpt)
SFile
SuggestedFile. getParentFile()
SFile
AFile. getSystemFolder()
SFile
AFileRegular. getSystemFolder()
SFile
AFileZipEntry. getSystemFolder()
SFile
SuggestedFile. getTmpFile()
SFile
BaseFile. getTraceFile(String tail)
SFile
AFile. getUnderlyingFile()
SFile
AFileRegular. getUnderlyingFile()
SFile
AFileZipEntry. getUnderlyingFile()
Methods in net.sourceforge.plantuml with parameters of type SFile Modifier and Type Method Description static 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)
static SuggestedFile
SuggestedFile. fromOutputFile(SFile outputFile, FileFormat fileFormat)
static SuggestedFile
SuggestedFile. fromOutputFile(SFile outputFile, FileFormat fileFormat, int initialCpt)
String
SourceStringReader. generateImage(SFile f)
Deprecated.Defines
Option. getDefaultDefines(SFile f)
static String
SignatureUtils. getSignature(SFile f)
static String
SignatureUtils. getSignatureSha512(SFile f)
void
OptionFlags. logData(SFile file, Diagram system)
DiagramDescription
SourceStringReader. outputImage(SFile f)
static String
FileUtils. readFile(SFile svgFile)
static String
FileUtils. readSvg(SFile svgFile)
void
FileSystem. setCurrentDir(SFile dir)
void
OptionFlags. 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 BlocLines
BlocLines. 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 void
GroupPrinter. 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)
ProcessState
ProcessRunner. 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 void
Metadata. readAndDisplayMetadata(SFile file)
static void
PngIO. write(RenderedImage image, SFile file, int dpi)
static void
PngIO. 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 void
ImportedFiles. add(SFile file)
static Defines
Defines. 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 SFile
SFile. createTempFile(String prefix, String suffix)
SFile
SFile. file(String name)
static SFile
SFile. fromFile(File internal)
SFile
SFile. getAbsoluteFile()
SFile
SFile. getCanonicalFile()
SFile
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 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 int
SFile. compareTo(SFile other)
static ImageInputStream
SImageIO. createImageInputStream(SFile file)
static BufferedImage
SImageIO. read(SFile file)
boolean
SFile. renameTo(SFile dest)
static void
SImageIO. 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 void
SvekUtils. 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()
-