Uses of Class
org.jboss.dna.common.component.ComponentConfig

Packages that use ComponentConfig
org.jboss.dna.common.component   
org.jboss.dna.repository.rules   
org.jboss.dna.repository.sequencers   
 

Uses of ComponentConfig in org.jboss.dna.common.component
 

Classes in org.jboss.dna.common.component with type parameters of type ComponentConfig
 interface Component<T extends ComponentConfig>
          The interface for a DNA component, which sequences nodes and their content to extract additional information from the information.
 class ComponentLibrary<ComponentType,ConfigType extends ComponentConfig>
          Maintains the list of component instances for the system.
 

Methods in org.jboss.dna.common.component that return ComponentConfig
 ComponentConfig AbstractComponent.getConfiguration()
          Return the configuration for this component, as supplied to the last Component.setConfiguration(ComponentConfig) invocation.
 

Methods in org.jboss.dna.common.component with parameters of type ComponentConfig
 int ComponentConfig.compareTo(ComponentConfig that)
          
 boolean ComponentConfig.hasChanged(ComponentConfig component)
          Determine whether this component has changed with respect to the supplied component.
 void AbstractComponent.setConfiguration(ComponentConfig configuration)
          This method allows the implementation to initialize and configure itself using the supplied ComponentConfig information, and is called prior to any other class to this object.
 

Uses of ComponentConfig in org.jboss.dna.repository.rules
 

Subclasses of ComponentConfig in org.jboss.dna.repository.rules
 class RuleSet
          A description of a set of rules compatible with a JSR-94 rule engine.
 

Methods in org.jboss.dna.repository.rules with parameters of type ComponentConfig
 boolean RuleSet.hasChanged(ComponentConfig obj)
          Determine whether this component has changed with respect to the supplied component.
 

Uses of ComponentConfig in org.jboss.dna.repository.sequencers
 

Subclasses of ComponentConfig in org.jboss.dna.repository.sequencers
 class SequencerConfig
           
 



Copyright © 2008. All Rights Reserved.