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