public class PropertyExpander extends Object implements SoapUIFactoryRegistryListener
Constructor and Description |
---|
PropertyExpander(boolean addDefaultResolvers) |
public static PropertyExpander getDefaultExpander()
@Deprecated public static void addDefaultResolver(PropertyResolver resolver)
public void addResolver(PropertyResolver propertyResolver)
public void addResolverFactory(PropertyResolverFactory factory)
public void removeResolverFactory(PropertyResolverFactory factory)
public static String expandProperties(PropertyExpansionContext context, String content)
public static String expandProperties(PropertyExpansionContext context, String content, boolean entitize)
public String expand(PropertyExpansionContext context, String content)
public String expand(PropertyExpansionContext context, String content, boolean entitize)
public static void setDebuggingMode(String testCaseId, boolean debug)
public static StringToStringMap getDebuggingExpandedProperties(String testCaseId)
public static void clearDebuggingExpandedProperties(String testCaseId)
public void factoryAdded(Class<?> factoryType, Object factory)
factoryAdded
in interface SoapUIFactoryRegistryListener
public void factoryRemoved(Class<?> factoryType, Object factory)
factoryRemoved
in interface SoapUIFactoryRegistryListener
Copyright © 2019. All Rights Reserved.