org.crsh.plugin
Class Property<T>
java.lang.Object
org.crsh.plugin.Property<T>
public class Property<T>
- extends Object
A configuration property.
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desc
private final PropertyDescriptor<T> desc
- .
value
private final T value
- .
Property
public Property(PropertyDescriptor<T> desc,
T value)
getDescriptor
public PropertyDescriptor getDescriptor()
getValue
public T getValue()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.