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