org.apache.maven.usability.plugin
Class Expression

java.lang.Object
  extended by org.apache.maven.usability.plugin.Expression
All Implemented Interfaces:
java.io.Serializable

public class Expression
extends java.lang.Object
implements java.io.Serializable

Class Expression.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Expression()
           
 
Method Summary
 void addApiMethod(java.lang.String key, java.lang.String value)
          Method addApiMethod
 void addCliOption(java.lang.String key, java.lang.String value)
          Method addCliOption
 java.util.Properties getApiMethods()
          Method getApiMethods
 java.lang.String getBan()
          Method getBan
 java.util.Properties getCliOptions()
          Method getCliOptions
 java.lang.String getConfiguration()
          Method getConfiguration
 java.lang.String getDeprecation()
          Method getDeprecation
 java.lang.String getDescription()
          Method getDescription
 java.lang.String getSyntax()
          Method getSyntax
 boolean isEditable()
          Method isEditable
 void setApiMethods(java.util.Properties apiMethods)
          Method setApiMethods
 void setBan(java.lang.String ban)
          Method setBan
 void setCliOptions(java.util.Properties cliOptions)
          Method setCliOptions
 void setConfiguration(java.lang.String configuration)
          Method setConfiguration
 void setDeprecation(java.lang.String deprecation)
          Method setDeprecation
 void setDescription(java.lang.String description)
          Method setDescription
 void setEditable(boolean editable)
          Method setEditable
 void setSyntax(java.lang.String syntax)
          Method setSyntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression

public Expression()
Method Detail

addApiMethod

public void addApiMethod(java.lang.String key,
                         java.lang.String value)
Method addApiMethod

Parameters:
key -
value -

addCliOption

public void addCliOption(java.lang.String key,
                         java.lang.String value)
Method addCliOption

Parameters:
key -
value -

getApiMethods

public java.util.Properties getApiMethods()
Method getApiMethods


getBan

public java.lang.String getBan()
Method getBan


getCliOptions

public java.util.Properties getCliOptions()
Method getCliOptions


getConfiguration

public java.lang.String getConfiguration()
Method getConfiguration


getDeprecation

public java.lang.String getDeprecation()
Method getDeprecation


getDescription

public java.lang.String getDescription()
Method getDescription


getSyntax

public java.lang.String getSyntax()
Method getSyntax


isEditable

public boolean isEditable()
Method isEditable


setApiMethods

public void setApiMethods(java.util.Properties apiMethods)
Method setApiMethods

Parameters:
apiMethods -

setBan

public void setBan(java.lang.String ban)
Method setBan

Parameters:
ban -

setCliOptions

public void setCliOptions(java.util.Properties cliOptions)
Method setCliOptions

Parameters:
cliOptions -

setConfiguration

public void setConfiguration(java.lang.String configuration)
Method setConfiguration

Parameters:
configuration -

setDeprecation

public void setDeprecation(java.lang.String deprecation)
Method setDeprecation

Parameters:
deprecation -

setDescription

public void setDescription(java.lang.String description)
Method setDescription

Parameters:
description -

setEditable

public void setEditable(boolean editable)
Method setEditable

Parameters:
editable -

setSyntax

public void setSyntax(java.lang.String syntax)
Method setSyntax

Parameters:
syntax -


Copyright 2005 Apache Software Foundation. All Rights Reserved.