Class BooleanExpression
- java.lang.Object
-
- org.fedoraproject.xmvn.tools.install.condition.BooleanExpression
-
- Direct Known Subclasses:
BooleanLiteral
,BooleanOperator
,Defined
,Equals
,Not
abstract class BooleanExpression extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BooleanExpression()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
getValue(ArtifactContext context)
-
-
-
Method Detail
-
getValue
public abstract boolean getValue(ArtifactContext context)
-
-