Class PreprocessorUtils
java.lang.Object
net.sourceforge.plantuml.preproc2.PreprocessorUtils
public class PreprocessorUtils
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.lang.String
getenv
(java.lang.String var) static ReadLine
getReaderInclude
(SURL url, LineLocation lineLocation, java.nio.charset.Charset charset) static ReadLine
getReaderIncludeUrl
(SURL url, StringLocated s, java.lang.String suf, java.nio.charset.Charset charset) static ReadLine
getReaderStdlibInclude
(StringLocated s, java.lang.String filename) static java.lang.String
withEnvironmentVariable
(java.lang.String s) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PreprocessorUtils
public PreprocessorUtils()
-
-
Method Details
-
withEnvironmentVariable
public static java.lang.String withEnvironmentVariable(java.lang.String s) -
getenv
public static java.lang.String getenv(java.lang.String var) -
getReaderStdlibInclude
-
getReaderIncludeUrl
public static ReadLine getReaderIncludeUrl(SURL url, StringLocated s, java.lang.String suf, java.nio.charset.Charset charset) throws EaterException - Throws:
EaterException
-
getReaderInclude
public static ReadLine getReaderInclude(SURL url, LineLocation lineLocation, java.nio.charset.Charset charset) throws EaterException, java.io.UnsupportedEncodingException - Throws:
EaterException
java.io.UnsupportedEncodingException
-