Uses of Interface
org.norther.tammi.core.rt.util.AttributeImporter

Packages that use AttributeImporter
org.norther.tammi.core.rt   
org.norther.tammi.root.rt.util   
 

Uses of AttributeImporter in org.norther.tammi.core.rt
 

Methods in org.norther.tammi.core.rt that return AttributeImporter
 AttributeImporter DefaultVariableRegistry.getAttributeImporter(String type)
           
 AttributeImporter VariableRegistry.getAttributeImporter(String type)
          Gets the registered importer of the specified variable type.
 

Methods in org.norther.tammi.core.rt with parameters of type AttributeImporter
 void Variable.applyAttributeImporter(AttributeImporter importer)
          Applies an attribute importer.
 void VariableX.applyAttributeImporter(AttributeImporter importer)
           
 void DefaultVariableRegistry.setAttributeImporter(String type, AttributeImporter importer)
           
 void VariableRegistry.setAttributeImporter(String type, AttributeImporter importer)
          Sets the registered importer of the specified variable type.
 

Uses of AttributeImporter in org.norther.tammi.root.rt.util
 

Classes in org.norther.tammi.root.rt.util that implement AttributeImporter
 class KeyValueSetupImporter
          Prepares a key value setup variable.
 class UserAccountImporter
          An attribute importer for user accounts.
 class VariableTransporter
          An attribute transporter for persistent variables.
 



Copyright © 2004 The Norther Organization. All rights reserved.