- com.eviware.soapui.environmentspec.BaseEnvironmentSpecConfigAdapterImpl
-
- All Implemented Interfaces and Traits:
- BaseEnvironmentSpecConfigAdapter
public abstract class BaseEnvironmentSpecConfigAdapterImpl<T extends XmlObject, T1 extends BaseEnvironmentSpecConfig, T2 extends BaseEnvironmentSpecEntryConfig>
extends java.lang.Object
implements BaseEnvironmentSpecConfigAdapter
Base implementation of the EnvironmentSpec config adapter
Each object have own EnvironmentSpec type so we must have some method to work with them in common way
This object helps us to implement such method
- Type Parameters:
T - - T is the type of the object's XML-configT1 - - T1 is the type of the object's EnvironmentSpecT2 - - T2 is the type of the EnvironmentSpec entries
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public void |
erase(java.lang.String environmentId)
|
-
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
-
-
Constructor Detail
-
public BaseEnvironmentSpecConfigAdapterImpl(T config)
-
Method Detail
-
@java.lang.Override
public void erase(java.lang.String environmentId)
ReadyAPI functional (soapui) SDK 3.64.0