Class PreprocessorUtils
- java.lang.Object
-
- net.sourceforge.plantuml.preproc2.PreprocessorUtils
-
public class PreprocessorUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PreprocessorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getenv(String var)
static ReadLine
getReaderInclude(SURL url, LineLocation lineLocation, Charset charset)
static ReadLine
getReaderIncludeUrl(SURL url, StringLocated s, String suf, Charset charset)
static ReadLine
getReaderStdlibInclude(StringLocated s, String filename)
static String
withEnvironmentVariable(String s)
-
-
-
Method Detail
-
getReaderStdlibInclude
public static ReadLine getReaderStdlibInclude(StringLocated s, String filename)
-
getReaderIncludeUrl
public static ReadLine getReaderIncludeUrl(SURL url, StringLocated s, String suf, Charset charset) throws EaterException
- Throws:
EaterException
-
getReaderInclude
public static ReadLine getReaderInclude(SURL url, LineLocation lineLocation, Charset charset) throws EaterException, UnsupportedEncodingException
-
-