Class PreprocessorUtils
java.lang.Object
net.sourceforge.plantuml.preproc2.PreprocessorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic ReadLinegetReaderInclude(SURL url, LineLocation lineLocation, Charset charset) static ReadLinegetReaderIncludeUrl(SURL url, StringLocated s, String suf, Charset charset) static ReadLinegetReaderStdlibInclude(StringLocated s, String filename) static String
-
Constructor Details
-
PreprocessorUtils
public PreprocessorUtils()
-
-
Method Details
-
withEnvironmentVariable
-
getenv
-
getReaderStdlibInclude
-
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
-