Serialized Form


Package org.apache.maven.usability.plugin

Class org.apache.maven.usability.plugin.Expression extends Object implements Serializable

Serialized Fields

syntax

String syntax
The syntax of the expression.


description

String description
The description of what this expression references, and what it's generally used for.


configuration

String configuration
The place and syntax used to change the value of this expression.


cliOptions

Properties cliOptions
Field cliOptions.


apiMethods

Properties apiMethods
Field apiMethods.


deprecation

String deprecation
A preferred alternative to this expression, in the case where it's deprecated.


ban

String ban
A preferred alternative to this expression, in the case where it's banned from use.


editable

boolean editable
Whether the value of this expression can be changed.


modelEncoding

String modelEncoding

Class org.apache.maven.usability.plugin.ExpressionDocumentation extends Object implements Serializable

Serialized Fields

expressions

List<E> expressions
Field expressions.


expressionsBySyntax

Map<K,V> expressionsBySyntax

modelEncoding

String modelEncoding



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.