Class StringLiteral
- java.lang.Object
-
- org.fedoraproject.xmvn.tools.install.condition.StringExpression
-
- org.fedoraproject.xmvn.tools.install.condition.StringLiteral
-
class StringLiteral extends StringExpression
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
value
-
Constructor Summary
Constructors Constructor Description StringLiteral(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue(ArtifactContext context)
-
-
-
Method Detail
-
getValue
public java.lang.String getValue(ArtifactContext context)
- Specified by:
getValue
in classStringExpression
-
-