Class PreprocessorUtils
java.lang.Object
net.sourceforge.plantuml.preproc2.PreprocessorUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static ReadLine
getReaderInclude
(SURL url, StringLocated s, Charset charset) static ReadLine
getReaderIncludeUrl
(SURL url, StringLocated s, String suf, Charset charset) static ReadLine
getReaderNonstandardInclude
(StringLocated s, String filename) static ReadLine
getReaderStdlibInclude
(StringLocated s, String filename) static String
-
Constructor Details
-
PreprocessorUtils
public PreprocessorUtils()
-
-
Method Details
-
withEnvironmentVariable
-
getenv
-
getReaderNonstandardInclude
-
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, StringLocated s, Charset charset) throws EaterException, UnsupportedEncodingException
-