Uses of Class
com.endeca.itl.cas.api.ModuleProperty

Packages that use ModuleProperty
com.endeca.itl.cas.api   
 

Uses of ModuleProperty in com.endeca.itl.cas.api
 

Fields in com.endeca.itl.cas.api with type parameters of type ModuleProperty
protected  List<ModuleProperty> ModuleConfig.mModuleProperties
           
 

Methods in com.endeca.itl.cas.api that return ModuleProperty
 ModuleProperty ModuleConfig.getProperty(String key)
          Gets the (first) ModuleProperty object that has been set for a given key.
 

Methods in com.endeca.itl.cas.api that return types with arguments of type ModuleProperty
 List<ModuleProperty> ModuleConfig.getModuleProperties()
          Returns the Properties used for configuring the module.
 

Methods in com.endeca.itl.cas.api with parameters of type ModuleProperty
 void ModuleConfig.addModuleProperty(ModuleProperty moduleProperty)
          Add a new ModuleProperty to the current list.
 int ModuleProperty.compareTo(ModuleProperty other)
          A comparison of keys first, then values.
 

Method parameters in com.endeca.itl.cas.api with type arguments of type ModuleProperty
 void ModuleConfig.setModuleProperties(List<ModuleProperty> moduleProperties)
          Replace list of module properties with given list.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.