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. |