com.eviware.soapui.impl.wsdl.support
Class PathPropertyExternalDependency

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.PathPropertyExternalDependency
All Implemented Interfaces:
ExternalDependency

public class PathPropertyExternalDependency
extends java.lang.Object
implements ExternalDependency


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.impl.wsdl.support.ExternalDependency
ExternalDependency.Type
 
Constructor Summary
PathPropertyExternalDependency(AbstractPathPropertySupport pathProperty)
           
PathPropertyExternalDependency(AbstractPathPropertySupport pathProperty, ExternalDependency.Type type)
           
 
Method Summary
 java.lang.String getPath()
           
 ExternalDependency.Type getType()
           
 void updatePath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPropertyExternalDependency

public PathPropertyExternalDependency(AbstractPathPropertySupport pathProperty)

PathPropertyExternalDependency

public PathPropertyExternalDependency(AbstractPathPropertySupport pathProperty,
                                      ExternalDependency.Type type)
Method Detail

getPath

public java.lang.String getPath()
Specified by:
getPath in interface ExternalDependency

getType

public ExternalDependency.Type getType()
Specified by:
getType in interface ExternalDependency

updatePath

public void updatePath(java.lang.String path)
Specified by:
updatePath in interface ExternalDependency


Copyright © 2005-2011 eviware.com. All Rights Reserved.