public class UrlTest extends java.lang.Object implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
CrawlConfig |
crawlConfig |
java.lang.String |
url |
Constructor and Description |
---|
UrlTest() |
UrlTest(UrlTest o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this UrlTest.
|
UrlTest |
clone()
Creates and returns a deep copy of this UrlTest.
|
static UrlTest |
fromString(java.lang.String s)
String representation of this UrlTest.
|
CrawlConfig |
getCrawlConfig() |
java.lang.String |
getUrl() |
UrlTest |
makeCopy()
Creates and returns a deep copy of this UrlTest.
|
static UrlTest |
readFrom(java.io.InputStream is)
Read this UrlTest from an XML fragment.
|
void |
setCrawlConfig(CrawlConfig crawlConfig) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString()
String representation of this UrlTest.
|
UrlTest |
withCrawlConfig(CrawlConfig crawlConfig) |
UrlTest |
withUrl(java.lang.String url) |
void |
writeTo(java.io.OutputStream os)
Write this UrlTest as an XML fragment
|
public CrawlConfig crawlConfig
public java.lang.String url
public UrlTest()
public UrlTest(UrlTest o)
public void setCrawlConfig(CrawlConfig crawlConfig)
public CrawlConfig getCrawlConfig()
public UrlTest withCrawlConfig(CrawlConfig crawlConfig)
public void setUrl(java.lang.String url)
public java.lang.String getUrl()
public UrlTest withUrl(java.lang.String url)
public UrlTest clone()
clone
in class java.lang.Object
public UrlTest makeCopy()
public static UrlTest 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 UrlTest 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.