public class VerboseCrawlDocument extends java.lang.Object implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
crawlDoc |
java.lang.String |
message |
Constructor and Description |
---|
VerboseCrawlDocument() |
VerboseCrawlDocument(VerboseCrawlDocument o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this VerboseCrawlDocument.
|
VerboseCrawlDocument |
clone()
Creates and returns a deep copy of this VerboseCrawlDocument.
|
static VerboseCrawlDocument |
fromString(java.lang.String s)
String representation of this VerboseCrawlDocument.
|
java.lang.String |
getCrawlDoc()
whole CrawlDocument serialized in pretty-printed XML
|
java.lang.String |
getMessage()
http.log messages
|
VerboseCrawlDocument |
makeCopy()
Creates and returns a deep copy of this VerboseCrawlDocument.
|
static VerboseCrawlDocument |
readFrom(java.io.InputStream is)
Read this VerboseCrawlDocument from an XML fragment.
|
void |
setCrawlDoc(java.lang.String crawlDoc)
whole CrawlDocument serialized in pretty-printed XML
|
void |
setMessage(java.lang.String message)
http.log messages
|
java.lang.String |
toString()
String representation of this VerboseCrawlDocument.
|
VerboseCrawlDocument |
withCrawlDoc(java.lang.String crawlDoc) |
VerboseCrawlDocument |
withMessage(java.lang.String message) |
void |
writeTo(java.io.OutputStream os)
Write this VerboseCrawlDocument as an XML fragment
|
public VerboseCrawlDocument()
public VerboseCrawlDocument(VerboseCrawlDocument o)
public void setMessage(java.lang.String message)
public java.lang.String getMessage()
public VerboseCrawlDocument withMessage(java.lang.String message)
public void setCrawlDoc(java.lang.String crawlDoc)
public java.lang.String getCrawlDoc()
public VerboseCrawlDocument withCrawlDoc(java.lang.String crawlDoc)
public VerboseCrawlDocument clone()
clone
in class java.lang.Object
public VerboseCrawlDocument makeCopy()
public static VerboseCrawlDocument 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 VerboseCrawlDocument 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.