| Package | Description |
|---|---|
| org.synchronoss.cpo.util.cpoUtilConfig | |
| org.synchronoss.cpo.util.cpoUtilConfig.impl |
| Modifier and Type | Method and Description |
|---|---|
CtCustomClasspath |
CtCpoUtilConfig.addNewCustomClasspath()
Appends and returns a new empty "customClasspath" element
|
CtCustomClasspath |
CtCpoUtilConfig.getCustomClasspath()
Gets the "customClasspath" element
|
static CtCustomClasspath |
CtCustomClasspath.Factory.newInstance() |
static CtCustomClasspath |
CtCustomClasspath.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(File file) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(InputStream is) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(Node node) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(Reader r) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(String xmlAsString) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(URL u) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(XMLStreamReader sr) |
static CtCustomClasspath |
CtCustomClasspath.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CtCpoUtilConfig.setCustomClasspath(CtCustomClasspath customClasspath)
Sets the "customClasspath" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CtCustomClasspathImpl
An XML ctCustomClasspath(@http://www.synchronoss.org/cpo/util/CpoUtilConfig.xsd).
|
| Modifier and Type | Method and Description |
|---|---|
CtCustomClasspath |
CtCpoUtilConfigImpl.addNewCustomClasspath()
Appends and returns a new empty "customClasspath" element
|
CtCustomClasspath |
CtCpoUtilConfigImpl.getCustomClasspath()
Gets the "customClasspath" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CtCpoUtilConfigImpl.setCustomClasspath(CtCustomClasspath customClasspath)
Sets the "customClasspath" element
|
Copyright © 2014. All Rights Reserved.