Package net.sourceforge.plantuml.preproc
Class Defines
java.lang.Object
net.sourceforge.plantuml.preproc.Defines
- All Implemented Interfaces:
Truth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyDefines(String line) cloneMe()voidcopyTo(TMemory memory, StringLocated location) static Definesstatic DefinescreateWithFileName(File file) static DefinescreateWithFileName(SFile file) voiddefine(String name, List<String> value, boolean emptyParentheses, AParentFolder currentDir) voidimportFrom(Defines other) booleanbooleanvoidoverrideDirPath(String fileDir) voidoverrideFilename(String filename) toString()void
-
Constructor Details
-
Defines
Deprecated.
-
-
Method Details
-
toString
-
createEmpty
-
copyTo
- Throws:
EaterException
-
overrideFilename
-
overrideDirPath
-
importFrom
-
cloneMe
-
createWithFileName
-
createWithFileName
-
getEnvironmentValue
-
define
public void define(String name, List<String> value, boolean emptyParentheses, AParentFolder currentDir) -
isDefine
-
isTrue
-
undefine
-
applyDefines
-