Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
EnvironmentConfig |
ProjectConfig.addNewEnvironment()
Appends and returns a new empty value (as xml) as the last "environment" element
|
EnvironmentConfig[] |
ProjectConfig.getEnvironmentArray()
Deprecated.
|
EnvironmentConfig |
ProjectConfig.getEnvironmentArray(int i)
Gets ith "environment" element
|
EnvironmentConfig |
ProjectConfig.insertNewEnvironment(int i)
Inserts and returns a new empty value (as xml) as the ith "environment" element
|
static EnvironmentConfig |
EnvironmentConfig.Factory.newInstance() |
static EnvironmentConfig |
EnvironmentConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(File file) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(InputStream is) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(Node node) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(Reader r) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(String xmlAsString) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(URL u) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(XMLStreamReader sr) |
static EnvironmentConfig |
EnvironmentConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<EnvironmentConfig> |
ProjectConfig.getEnvironmentList()
Gets a List of "environment" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfig.setEnvironmentArray(EnvironmentConfig[] environmentArray)
Sets array of all "environment" element
|
void |
ProjectConfig.setEnvironmentArray(int i,
EnvironmentConfig environment)
Sets ith "environment" element
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentConfigImpl
An XML Environment(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
EnvironmentConfig |
ProjectConfigImpl.addNewEnvironment()
Appends and returns a new empty value (as xml) as the last "environment" element
|
EnvironmentConfig[] |
ProjectConfigImpl.getEnvironmentArray()
Deprecated.
|
EnvironmentConfig |
ProjectConfigImpl.getEnvironmentArray(int i)
Gets ith "environment" element
|
EnvironmentConfig |
ProjectConfigImpl.insertNewEnvironment(int i)
Inserts and returns a new empty value (as xml) as the ith "environment" element
|
Modifier and Type | Method and Description |
---|---|
List<EnvironmentConfig> |
ProjectConfigImpl.getEnvironmentList()
Gets a List of "environment" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigImpl.setEnvironmentArray(EnvironmentConfig[] environmentArray)
Sets array of all "environment" element
|
void |
ProjectConfigImpl.setEnvironmentArray(int i,
EnvironmentConfig environment)
Sets ith "environment" element
|
Copyright © 2019. All Rights Reserved.