public class RootSet extends java.lang.Object implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_GROUP |
java.lang.String |
group |
java.lang.String |
url |
Constructor and Description |
---|
RootSet() |
RootSet(RootSet o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this RootSet.
|
RootSet |
clone()
Creates and returns a deep copy of this RootSet.
|
static RootSet |
fromString(java.lang.String s)
String representation of this RootSet.
|
java.lang.String |
getGroup()
Key used to group rules and root urls.
|
java.lang.String |
getUrl() |
RootSet |
makeCopy()
Creates and returns a deep copy of this RootSet.
|
static RootSet |
readFrom(java.io.InputStream is)
Read this RootSet from an XML fragment.
|
void |
setGroup(java.lang.String group)
Key used to group rules and root urls.
|
void |
setUrl(java.lang.String url) |
java.lang.String |
toString()
String representation of this RootSet.
|
RootSet |
withGroup(java.lang.String group) |
RootSet |
withUrl(java.lang.String url) |
void |
writeTo(java.io.OutputStream os)
Write this RootSet as an XML fragment
|
public java.lang.String url
public java.lang.String group
public static final java.lang.String DEFAULT_GROUP
public RootSet()
public RootSet(RootSet o)
public void setUrl(java.lang.String url)
public java.lang.String getUrl()
public RootSet withUrl(java.lang.String url)
public void setGroup(java.lang.String group)
public java.lang.String getGroup()
public RootSet withGroup(java.lang.String group)
public RootSet clone()
clone
in class java.lang.Object
public RootSet makeCopy()
public static RootSet 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
javax.xml.bind.JAXBException
java.io.IOException
public static RootSet 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()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.