org.mevenide.plugins
Class PluginProperty
java.lang.Object
org.mevenide.plugins.PluginProperty
public class PluginProperty
- extends java.lang.Object
- Version:
- $Id: PluginProperty.java,v 1.1 2004/12/28 13:25:17 mkleint Exp $
- Author:
- Gilles Dodinet
|
Constructor Summary |
PluginProperty(java.lang.String name,
java.lang.String propertyLabel,
java.lang.String defaultValue,
boolean req,
java.lang.String desc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginProperty
public PluginProperty(java.lang.String name,
java.lang.String propertyLabel,
java.lang.String defaultValue,
boolean req,
java.lang.String desc)
getDefault
public java.lang.String getDefault()
getName
public java.lang.String getName()
getLabel
public java.lang.String getLabel()
isRequired
public boolean isRequired()
getDescription
public java.lang.String getDescription()
Copyright © 2003-2005 The Codehaus. All Rights Reserved.