Uses of Class
com.ibm.adt.topology.handler.ProviderInfo

Packages that use ProviderInfo
com.ibm.adt.topology.handler   
com.ibm.adt.topology.provider   
com.ibm.adt.topology.provider.impl   
 

Uses of ProviderInfo in com.ibm.adt.topology.handler
 

Methods in com.ibm.adt.topology.handler that return ProviderInfo
 ProviderInfo[] ConfigurationHandler.getProviders(java.lang.String location)
          Parses through the specified location and returns required provider types that must be instantiated to handle the contained files.
static ProviderInfo[] ProviderHelper.getProviders(java.lang.String location, java.lang.String relativePath)
          This method queries all ConfigurationHandlers registered to the system and returns an array of ProviderInfo instances which specify the providers required to load the artifacts specified by location.
abstract  ProviderInfo[] ConfigurationHandler.parseLocation(java.lang.String location)
          Method implemented by a ConfigurationHandler implementation to parse through the specified location to determine if the location contains data relevant to the provider type.
 

Uses of ProviderInfo in com.ibm.adt.topology.provider
 

Methods in com.ibm.adt.topology.provider with parameters of type ProviderInfo
 void TopologyProvider.initialize(ProviderInfo info)
          Initializes the provider instance using the specified ProviderInfo.
 

Uses of ProviderInfo in com.ibm.adt.topology.provider.impl
 

Methods in com.ibm.adt.topology.provider.impl with parameters of type ProviderInfo
abstract  void TopologyProviderImpl.initialize(ProviderInfo info)
           
 



© Copyright 2006 IBM Corp. 2006 All Rights Reserved