Class BooleanLiteral
- java.lang.Object
-
- org.fedoraproject.xmvn.tools.install.condition.BooleanExpression
-
- org.fedoraproject.xmvn.tools.install.condition.BooleanLiteral
-
class BooleanLiteral extends BooleanExpression
-
-
Field Summary
Fields Modifier and Type Field Description private booleanvalue
-
Constructor Summary
Constructors Constructor Description BooleanLiteral(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetValue(ArtifactContext context)
-
-
-
Method Detail
-
getValue
public boolean getValue(ArtifactContext context)
- Specified by:
getValuein classBooleanExpression
-
-