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()
void
copyTo
(TMemory memory, StringLocated location) static Defines
static Defines
createWithFileName
(File file) static Defines
createWithFileName
(SFile file) void
define
(String name, List<String> value, boolean emptyParentheses, AParentFolder currentDir) void
importFrom
(Defines other) boolean
boolean
void
overrideFilename
(String filename) toString()
void
-
Constructor Details
-
Defines
Deprecated.
-
-
Method Details
-
toString
-
createEmpty
-
copyTo
- Throws:
EaterException
-
overrideFilename
-
importFrom
-
cloneMe
-
createWithFileName
-
createWithFileName
-
getEnvironmentValue
-
define
public void define(String name, List<String> value, boolean emptyParentheses, AParentFolder currentDir) -
isDefine
-
isTrue
-
undefine
-
applyDefines
-