|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils
public class PropertyExpansionUtils
Nested Class Summary | |
---|---|
static class |
PropertyExpansionUtils.GlobalPropertyExpansionContext
|
Field Summary | |
---|---|
static org.apache.log4j.Logger |
log
|
Constructor Summary | |
---|---|
PropertyExpansionUtils()
|
Method Summary | |
---|---|
static boolean |
canExpandProperty(ModelItem contextModelItem,
TestProperty property)
Checks if a modelItem can acces a specified property via property-expansion |
static boolean |
canTransferToProperty(TestProperty source,
TestProperty target)
Checks if a property can be transferred to another specified property via a property-transfer |
static boolean |
containsPropertyExpansion(java.lang.String str)
|
static MutablePropertyExpansionImpl |
createMutablePropertyExpansion(java.lang.String pe,
ModelItem modelItem,
java.lang.Object target,
java.lang.String propertyName)
|
static java.lang.String |
expandProperties(ModelItem contextModelItem,
java.lang.String content)
Deprecated. Use PropertyExpander.expandProperties(ModelItem,String)
instead |
static java.lang.String |
expandProperties(PropertyExpansionContext context,
java.lang.String content)
Deprecated. Use PropertyExpander.expandProperties(PropertyExpansionContext,String)
instead |
static java.lang.String |
expandProperties(PropertyExpansionContext context,
java.lang.String content,
boolean entitize)
Deprecated. Use PropertyExpander.expandProperties(PropertyExpansionContext,String,boolean)
instead |
static java.lang.String |
expandProperties(java.lang.String content)
Deprecated. Use PropertyExpander.expandProperties(String) instead |
static java.util.Collection<? extends PropertyExpansion> |
extractPropertyExpansions(ModelItem modelItem,
java.lang.Object target,
java.lang.String propertyName)
|
static MutableTestPropertyHolder |
getGlobalProperties()
|
static java.lang.String |
getGlobalProperty(java.lang.String propertyName)
|
static PropertyExpansion[] |
getPropertyExpansions(ModelItem modelItem,
boolean mutableOnly,
boolean deep)
|
static MutablePropertyExpansion[] |
renameProperty(RenameableTestProperty property,
java.lang.String newName,
ModelItem root)
|
static void |
saveGlobalProperties()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger log
Constructor Detail |
---|
public PropertyExpansionUtils()
Method Detail |
---|
public static java.lang.String getGlobalProperty(java.lang.String propertyName)
public static void saveGlobalProperties()
public static java.lang.String expandProperties(java.lang.String content)
PropertyExpander.expandProperties(String)
instead
public static java.lang.String expandProperties(PropertyExpansionContext context, java.lang.String content)
PropertyExpander.expandProperties(PropertyExpansionContext,String)
instead
public static java.lang.String expandProperties(PropertyExpansionContext context, java.lang.String content, boolean entitize)
PropertyExpander.expandProperties(PropertyExpansionContext,String,boolean)
instead
public static boolean canTransferToProperty(TestProperty source, TestProperty target)
public static boolean canExpandProperty(ModelItem contextModelItem, TestProperty property)
public static MutableTestPropertyHolder getGlobalProperties()
public static MutablePropertyExpansion[] renameProperty(RenameableTestProperty property, java.lang.String newName, ModelItem root)
public static PropertyExpansion[] getPropertyExpansions(ModelItem modelItem, boolean mutableOnly, boolean deep)
public static java.util.Collection<? extends PropertyExpansion> extractPropertyExpansions(ModelItem modelItem, java.lang.Object target, java.lang.String propertyName)
public static MutablePropertyExpansionImpl createMutablePropertyExpansion(java.lang.String pe, ModelItem modelItem, java.lang.Object target, java.lang.String propertyName)
public static java.lang.String expandProperties(ModelItem contextModelItem, java.lang.String content)
PropertyExpander.expandProperties(ModelItem,String)
instead
public static boolean containsPropertyExpansion(java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |