Uses of Class
org.crsh.plugin.PropertyDescriptor

Packages that use PropertyDescriptor
org.crsh.plugin   
 

Uses of PropertyDescriptor in org.crsh.plugin
 

Fields in org.crsh.plugin declared as PropertyDescriptor
static PropertyDescriptor<String> PropertyDescriptor.SSH_KEYPATH
          .
static PropertyDescriptor<Integer> PropertyDescriptor.SSH_PORT
          .
static PropertyDescriptor<Integer> PropertyDescriptor.TELNET_PORT
          .
 

Fields in org.crsh.plugin with type parameters of type PropertyDescriptor
static Map<String,PropertyDescriptor<?>> PropertyDescriptor.ALL
          .
 

Methods in org.crsh.plugin that return PropertyDescriptor
 PropertyDescriptor Property.getDescriptor()
           
 

Methods in org.crsh.plugin with parameters of type PropertyDescriptor
<T> T
PluginContext.getProperty(PropertyDescriptor<T> desc)
          Returns a context property or null if it cannot be found.
<T> void
PluginContext.setProperty(PropertyDescriptor<T> desc, String value)
          Set a context property to a new value.
<T> void
PluginContext.setProperty(PropertyDescriptor<T> desc, T value)
          Set a context property to a new value.
 

Constructors in org.crsh.plugin with parameters of type PropertyDescriptor
Property(PropertyDescriptor<T> desc, T value)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.