JTP API Documentation

jtp.util
Class PropertyImporter

java.lang.Object
  |
  +--java.beans.beancontext.BeanContextChildSupport
        |
        +--jtp.util.PropertyImporter
All Implemented Interfaces:
BeanContextChild, BeanContextServiceRevokedListener, BeanContextServicesListener, EventListener, Serializable
Direct Known Subclasses:
AbstractRuleCreator, AskingQueryProcessor, BackwardChainingStorage, BreadthFirstForwardReasoner, ClassifierTellingReasoner, ClauseOrientationKB, FrameKB, IntersectionTypeReasoner, IterativeDeepening, LinkAsserter, ModelEliminationReasoner, NewRuleConsequences, RuleClauseAndTriggerInstaller, RuleInstantiator, TimePointKnowledgeStore, VCListenerCreator

public class PropertyImporter
extends BeanContextChildSupport

PropertyImporter.java Created: Sun Jan 28 03:17:42 2001

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.beans.beancontext.BeanContextChildSupport
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
 
Constructor Summary
PropertyImporter()
           
PropertyImporter(Object target)
           
 
Method Summary
 String[] getImportedProperties()
           
protected  void initializeBeanContextResources()
           
 void setImportedProperties(String[] importedProperties)
           
 
Methods inherited from class java.beans.beancontext.BeanContextChildSupport
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyImporter

public PropertyImporter()

PropertyImporter

public PropertyImporter(Object target)
Method Detail

getImportedProperties

public String[] getImportedProperties()

setImportedProperties

public void setImportedProperties(String[] importedProperties)

initializeBeanContextResources

protected void initializeBeanContextResources()
Overrides:
initializeBeanContextResources in class BeanContextChildSupport

JTP API Documentation