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 Stringgetenv(String var)static ReadLinegetReaderInclude(SURL url, LineLocation lineLocation, Charset charset)static ReadLinegetReaderIncludeUrl(SURL url, StringLocated s, String suf, Charset charset)static ReadLinegetReaderStdlibInclude(StringLocated s, String filename)static StringwithEnvironmentVariable(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
-
-