Serialized Form


Package org.apache.maven.usability.plugin

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

Serialized Fields

syntax

java.lang.String syntax
The syntax of the expression.


description

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


configuration

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


cliOptions

java.util.Properties cliOptions
Field cliOptions.


apiMethods

java.util.Properties apiMethods
Field apiMethods.


deprecation

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


ban

java.lang.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.

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

Serialized Fields

expressions

java.util.List<E> expressions
Field expressions.


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.


expressionsBySyntax

java.util.Map<K,V> expressionsBySyntax



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