public abstract class AbstractPathPropertySupport extends Object
| Constructor and Description | 
|---|
| AbstractPathPropertySupport(AbstractWsdlModelItem<?> modelItem,
                           String propertyName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsPropertyExpansion() | 
| String | expand() | 
| String | expand(TestCaseRunContext context) | 
| String | expandUrl() | 
| String | get() | 
| AbstractWsdlModelItem<?> | getModelItem() | 
| String | getPropertyName() | 
| abstract String | getPropertyValue() | 
| protected void | notifyUpdate(String value,
            String old) | 
| void | resolveFile(ResolveContext<?> context,
           String errorDescription) | 
| void | resolveFile(ResolveContext<?> context,
           String errorDescription,
           String extension,
           String fileType,
           boolean notify) | 
| void | resolveFolder(ResolveContext<?> context,
             String errorDescription,
             boolean notify) | 
| String | set(String value,
   boolean notify) | 
| abstract void | setPropertyValue(String value) | 
public AbstractPathPropertySupport(AbstractWsdlModelItem<?> modelItem, String propertyName)
public String get()
public String getPropertyName()
public AbstractWsdlModelItem<?> getModelItem()
public abstract void setPropertyValue(String value) throws Exception
Exceptionpublic String expand(TestCaseRunContext context)
public String expand()
public String expandUrl()
public void resolveFile(ResolveContext<?> context, String errorDescription)
public boolean containsPropertyExpansion()
public void resolveFile(ResolveContext<?> context, String errorDescription, String extension, String fileType, boolean notify)
public void resolveFolder(ResolveContext<?> context, String errorDescription, boolean notify)
Copyright © 2019. All Rights Reserved.