org.vraptor.config
Class Property
java.lang.Object
org.vraptor.config.Property
public class Property
- extends Object
A configuration property.
- Author:
- Rafael Steil
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(String name,
String value)
getName
public String getName()
- Returns:
- the name
getValue
public String getValue()
- Returns:
- the value
Copyright © 2004-2008 VRaptor. All Rights Reserved.