com.ptc.core.ca.co.common.config
Class CoConfigHelper

java.lang.Object
  extended by com.ptc.core.ca.co.common.config.CoConfigHelper

Deprecated.

@Deprecated
public class CoConfigHelper
extends Object



Supported API: true

Extendable: false


Method Summary
static CoConfigFeature findConfiguration(String id, CoContext context)
          Deprecated. Returns configuration for given id and context.
static CoConfigFeature getConfiguration(String id, CoContext context)
          Deprecated. Returns configuration for given id and context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfiguration

public static CoConfigFeature getConfiguration(String id,
                                               CoContext context)
                                        throws WTException
Deprecated. 
Returns configuration for given id and context. If such a configuration cannot be found throws an exception.

Supported API: true

Parameters:
id -
context -
Returns:
CoConfigFeature
Throws:
WTException

findConfiguration

public static CoConfigFeature findConfiguration(String id,
                                                CoContext context)
                                         throws WTException
Deprecated. 
Returns configuration for given id and context. If such a configuration cannot be found returns null.

Supported API: true

Parameters:
id -
context -
Returns:
CoConfigFeature
Throws:
WTException