public class Root extends IRoot implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
DEFAULT_GROUP, DEFAULT_PRIORITY, DEFAULT_SITE, group, kvs, priority, site, url
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Root.
|
Root |
clone()
Creates and returns a deep copy of this Root.
|
static Root |
fromString(java.lang.String s)
String representation of this Root.
|
Root |
makeCopy()
Creates and returns a deep copy of this Root.
|
static Root |
readFrom(java.io.InputStream is)
Read this Root from an XML fragment.
|
java.lang.String |
toString()
String representation of this Root.
|
Root |
withGroup(java.lang.String group) |
Root |
withKvs(java.lang.String kvs) |
Root |
withPriority(int priority) |
Root |
withPriority(java.lang.Integer priority) |
Root |
withSite(boolean site) |
Root |
withSite(java.lang.Boolean site) |
Root |
withUrl(java.lang.String url) |
void |
writeTo(java.io.OutputStream os)
Write this Root as an XML fragment
|
public Root()
public Root(Root o)
public Root withPriority(int priority)
withPriority
in class IRoot
public Root withPriority(java.lang.Integer priority)
withPriority
in class IRoot
public Root clone()
public Root makeCopy()
public static Root readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
public static Root fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.