public abstract class ICrawler extends java.lang.Object implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
ICrawler.MimeTypes |
static class |
ICrawler.PushAPIFilter |
static class |
ICrawler.SessionIdBlacklist |
Constructor and Description |
---|
ICrawler() |
ICrawler(ICrawler o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ICrawler.
|
abstract ICrawler |
clone() |
static ICrawler |
fromString(java.lang.String s)
String representation of this ICrawler.
|
java.lang.String |
getBuildGroup()
Target build group.
|
java.lang.String |
getConnectorServer()
Connector server hosting the indexing part of this crawler.
|
java.lang.String |
getCrawlerServer()
Crawler server hosting this crawler.
|
CrawlSchedulerConfig |
getCrawlSchedulerConfig() |
CustomCrawlConfig |
getCustomCrawlConfig() |
java.lang.String |
getDataModel()
The default data model for documents indexed by this crawler.
|
java.lang.String |
getDocumentsType()
The type of documents pushed by this connector.
The type of documents must match one of the types declared in your CloudView license file. |
java.lang.String |
getFetcher()
Which fetcher to use.
|
ICrawler.MimeTypes |
getMimeTypes() |
java.lang.String |
getMimeTypesMode()
Mime types white/black list
|
java.lang.String |
getName()
The crawler name.
|
int |
getNthreads()
The number of crawl threads which must be strictly positive.
|
ICrawler.PushAPIFilter |
getPushAPIFilter() |
java.util.List<Rules> |
getRules() |
ICrawler.SessionIdBlacklist |
getSessionIdBlacklist() |
int |
getSimpleSiteCollapsingDepth()
How many path segments to use to generate the site collapsing ID.
|
int |
getSmartRefreshMaxAgeS()
Age in seconds at which we force the refresh of old urls.
|
int |
getSmartRefreshMinAgeS()
Age in seconds at which we may refresh old urls.
|
int |
getThrottleTimeMS()
In the case of non-aggressive crawl, this defines the sleep interval between requests to the same host.
|
UrlTesterData |
getUrlTesterData() |
boolean |
isAggressive()
Whether to enable aggressive crawl, that never sleeps between two requests to the same host.
|
boolean |
isArchiveDocuments()
When enabled, deleted documents are not deleted, but kept with their deletion date.
|
boolean |
isCrawlSitemaps()
Whether to crawl sitemaps.
|
boolean |
isDefaultAccept()
Whether to crawl a url by default when it matches no other accept rule.
|
boolean |
isDefaultFollow()
Whether to follow by default when a url matches no follow rule.
|
boolean |
isDefaultFollowRoots()
Whether to automatically follow root urls
|
boolean |
isDefaultIndex()
Whether to index by default when a url matches no index rule.
|
boolean |
isDisableConditionalGet()
Whether to always fetch documents, even if the server tells it has not changed.
|
boolean |
isEnableConsolidation()
Define if we use a standard PAPI or a consolidation PAPI.
|
boolean |
isEnableConvertProcessor()
Whether to enable remoteconvert-based processor for links extracting in binary documents.
|
boolean |
isEnableSimpleSiteCollapsing()
Whether to generate a site ID suitable for document collapsing.
|
boolean |
isIgnoreRobotsTxt()
Whether to ignore robots.txt rules.
|
boolean |
isNearDuplicateDetector()
Whether to enable the near-duplicate content detector.
|
boolean |
isPatternsDetector()
Whether to enable patterns detection in pages.
|
boolean |
isSmartRefresh()
Whether to crawl a fraction of refreshed urls.
|
boolean |
isStoreTextOnly()
Whether to store original binary documents, or only converted text.
|
ICrawler |
makeCopy() |
static ICrawler |
readFrom(java.io.InputStream is)
Read this ICrawler from an XML fragment.
|
void |
setAggressive(boolean aggressive)
Whether to enable aggressive crawl, that never sleeps between two requests to the same host.
|
void |
setArchiveDocuments(boolean archiveDocuments)
When enabled, deleted documents are not deleted, but kept with their deletion date.
|
void |
setBuildGroup(java.lang.String buildGroup)
Target build group.
|
void |
setConnectorServer(java.lang.String connectorServer)
Connector server hosting the indexing part of this crawler.
|
void |
setCrawlerServer(java.lang.String crawlerServer)
Crawler server hosting this crawler.
|
void |
setCrawlSchedulerConfig(CrawlSchedulerConfig crawlSchedulerConfig) |
void |
setCrawlSitemaps(boolean crawlSitemaps)
Whether to crawl sitemaps.
|
void |
setCustomCrawlConfig(CustomCrawlConfig customCrawlConfig) |
void |
setDataModel(java.lang.String dataModel)
The default data model for documents indexed by this crawler.
|
void |
setDefaultAccept(boolean defaultAccept)
Whether to crawl a url by default when it matches no other accept rule.
|
void |
setDefaultFollow(boolean defaultFollow)
Whether to follow by default when a url matches no follow rule.
|
void |
setDefaultFollowRoots(boolean defaultFollowRoots)
Whether to automatically follow root urls
|
void |
setDefaultIndex(boolean defaultIndex)
Whether to index by default when a url matches no index rule.
|
void |
setDisableConditionalGet(boolean disableConditionalGet)
Whether to always fetch documents, even if the server tells it has not changed.
|
void |
setDocumentsType(java.lang.String documentsType)
The type of documents pushed by this connector.
The type of documents must match one of the types declared in your CloudView license file. |
void |
setEnableConsolidation(boolean enableConsolidation)
Define if we use a standard PAPI or a consolidation PAPI.
|
void |
setEnableConvertProcessor(boolean enableConvertProcessor)
Whether to enable remoteconvert-based processor for links extracting in binary documents.
|
void |
setEnableSimpleSiteCollapsing(boolean enableSimpleSiteCollapsing)
Whether to generate a site ID suitable for document collapsing.
|
void |
setFetcher(java.lang.String fetcher)
Which fetcher to use.
|
void |
setIgnoreRobotsTxt(boolean ignoreRobotsTxt)
Whether to ignore robots.txt rules.
|
void |
setMimeTypes(ICrawler.MimeTypes __value) |
void |
setMimeTypesMode(java.lang.String mimeTypesMode)
Mime types white/black list
|
void |
setName(java.lang.String name)
The crawler name.
|
void |
setNearDuplicateDetector(boolean nearDuplicateDetector)
Whether to enable the near-duplicate content detector.
|
void |
setNthreads(int nthreads)
The number of crawl threads which must be strictly positive.
|
void |
setPatternsDetector(boolean patternsDetector)
Whether to enable patterns detection in pages.
|
void |
setPushAPIFilter(ICrawler.PushAPIFilter __value) |
void |
setSessionIdBlacklist(ICrawler.SessionIdBlacklist __value) |
void |
setSimpleSiteCollapsingDepth(int simpleSiteCollapsingDepth)
How many path segments to use to generate the site collapsing ID.
|
void |
setSmartRefresh(boolean smartRefresh)
Whether to crawl a fraction of refreshed urls.
|
void |
setSmartRefreshMaxAgeS(int smartRefreshMaxAgeS)
Age in seconds at which we force the refresh of old urls.
|
void |
setSmartRefreshMinAgeS(int smartRefreshMinAgeS)
Age in seconds at which we may refresh old urls.
|
void |
setStoreTextOnly(boolean storeTextOnly)
Whether to store original binary documents, or only converted text.
|
void |
setThrottleTimeMS(int throttleTimeMS)
In the case of non-aggressive crawl, this defines the sleep interval between requests to the same host.
|
void |
setUrlTesterData(UrlTesterData urlTesterData) |
java.lang.String |
toString()
String representation of this ICrawler.
|
ICrawler |
withAggressive(boolean aggressive) |
ICrawler |
withAggressive(java.lang.Boolean aggressive) |
ICrawler |
withArchiveDocuments(boolean archiveDocuments) |
ICrawler |
withArchiveDocuments(java.lang.Boolean archiveDocuments) |
ICrawler |
withBuildGroup(java.lang.String buildGroup) |
ICrawler |
withConnectorServer(java.lang.String connectorServer) |
ICrawler |
withCrawlerServer(java.lang.String crawlerServer) |
ICrawler |
withCrawlSchedulerConfig(CrawlSchedulerConfig crawlSchedulerConfig) |
ICrawler |
withCrawlSitemaps(boolean crawlSitemaps) |
ICrawler |
withCrawlSitemaps(java.lang.Boolean crawlSitemaps) |
ICrawler |
withCustomCrawlConfig(CustomCrawlConfig customCrawlConfig) |
ICrawler |
withDataModel(java.lang.String dataModel) |
ICrawler |
withDefaultAccept(boolean defaultAccept) |
ICrawler |
withDefaultAccept(java.lang.Boolean defaultAccept) |
ICrawler |
withDefaultFollow(boolean defaultFollow) |
ICrawler |
withDefaultFollow(java.lang.Boolean defaultFollow) |
ICrawler |
withDefaultFollowRoots(boolean defaultFollowRoots) |
ICrawler |
withDefaultFollowRoots(java.lang.Boolean defaultFollowRoots) |
ICrawler |
withDefaultIndex(boolean defaultIndex) |
ICrawler |
withDefaultIndex(java.lang.Boolean defaultIndex) |
ICrawler |
withDisableConditionalGet(boolean disableConditionalGet) |
ICrawler |
withDisableConditionalGet(java.lang.Boolean disableConditionalGet) |
ICrawler |
withDocumentsType(java.lang.String documentsType) |
ICrawler |
withEnableConsolidation(boolean enableConsolidation) |
ICrawler |
withEnableConsolidation(java.lang.Boolean enableConsolidation) |
ICrawler |
withEnableConvertProcessor(boolean enableConvertProcessor) |
ICrawler |
withEnableConvertProcessor(java.lang.Boolean enableConvertProcessor) |
ICrawler |
withEnableSimpleSiteCollapsing(boolean enableSimpleSiteCollapsing) |
ICrawler |
withEnableSimpleSiteCollapsing(java.lang.Boolean enableSimpleSiteCollapsing) |
ICrawler |
withFetcher(java.lang.String fetcher) |
ICrawler |
withIgnoreRobotsTxt(boolean ignoreRobotsTxt) |
ICrawler |
withIgnoreRobotsTxt(java.lang.Boolean ignoreRobotsTxt) |
ICrawler |
withMimeTypes(java.util.Collection<StringConstantValue> __values) |
ICrawler |
withMimeTypes(ICrawler.MimeTypes __value) |
ICrawler |
withMimeTypes(StringConstantValue... __values) |
ICrawler |
withMimeTypesMode(java.lang.String mimeTypesMode) |
ICrawler |
withName(java.lang.String name) |
ICrawler |
withNearDuplicateDetector(boolean nearDuplicateDetector) |
ICrawler |
withNearDuplicateDetector(java.lang.Boolean nearDuplicateDetector) |
ICrawler |
withNthreads(int nthreads) |
ICrawler |
withNthreads(java.lang.Integer nthreads) |
ICrawler |
withPatternsDetector(boolean patternsDetector) |
ICrawler |
withPatternsDetector(java.lang.Boolean patternsDetector) |
ICrawler |
withPushAPIFilter(java.util.Collection<KeyValue> __values) |
ICrawler |
withPushAPIFilter(ICrawler.PushAPIFilter __value) |
ICrawler |
withPushAPIFilter(KeyValue... __values) |
ICrawler |
withRules(java.util.Collection<Rules> __values) |
ICrawler |
withRules(Rules... __values) |
ICrawler |
withSessionIdBlacklist(java.util.Collection<StringConstantValue> __values) |
ICrawler |
withSessionIdBlacklist(ICrawler.SessionIdBlacklist __value) |
ICrawler |
withSessionIdBlacklist(StringConstantValue... __values) |
ICrawler |
withSimpleSiteCollapsingDepth(int simpleSiteCollapsingDepth) |
ICrawler |
withSimpleSiteCollapsingDepth(java.lang.Integer simpleSiteCollapsingDepth) |
ICrawler |
withSmartRefresh(boolean smartRefresh) |
ICrawler |
withSmartRefresh(java.lang.Boolean smartRefresh) |
ICrawler |
withSmartRefreshMaxAgeS(int smartRefreshMaxAgeS) |
ICrawler |
withSmartRefreshMaxAgeS(java.lang.Integer smartRefreshMaxAgeS) |
ICrawler |
withSmartRefreshMinAgeS(int smartRefreshMinAgeS) |
ICrawler |
withSmartRefreshMinAgeS(java.lang.Integer smartRefreshMinAgeS) |
ICrawler |
withStoreTextOnly(boolean storeTextOnly) |
ICrawler |
withStoreTextOnly(java.lang.Boolean storeTextOnly) |
ICrawler |
withThrottleTimeMS(int throttleTimeMS) |
ICrawler |
withThrottleTimeMS(java.lang.Integer throttleTimeMS) |
ICrawler |
withUrlTesterData(UrlTesterData urlTesterData) |
void |
writeTo(java.io.OutputStream os) |
public java.util.List<Rules> rules
public CrawlSchedulerConfig crawlSchedulerConfig
public CustomCrawlConfig customCrawlConfig
public java.lang.String name
public java.lang.String documentsType
public java.lang.String fetcher
public java.lang.String crawlerServer
public java.lang.String connectorServer
public java.lang.String buildGroup
public java.lang.String dataModel
public boolean storeTextOnly
public static final boolean DEFAULT_STORE_TEXT_ONLY
public int nthreads
public static final int DEFAULT_NTHREADS
public boolean aggressive
public static final boolean DEFAULT_AGGRESSIVE
public int throttleTimeMS
public static final int DEFAULT_THROTTLE_TIME_M_S
public boolean ignoreRobotsTxt
public static final boolean DEFAULT_IGNORE_ROBOTS_TXT
public boolean enableConvertProcessor
public static final boolean DEFAULT_ENABLE_CONVERT_PROCESSOR
public boolean nearDuplicateDetector
public static final boolean DEFAULT_NEAR_DUPLICATE_DETECTOR
public boolean patternsDetector
public static final boolean DEFAULT_PATTERNS_DETECTOR
public boolean crawlSitemaps
public static final boolean DEFAULT_CRAWL_SITEMAPS
public boolean disableConditionalGet
public static final boolean DEFAULT_DISABLE_CONDITIONAL_GET
public boolean defaultAccept
public static final boolean DEFAULT_DEFAULT_ACCEPT
public boolean defaultIndex
public static final boolean DEFAULT_DEFAULT_INDEX
public boolean defaultFollow
public static final boolean DEFAULT_DEFAULT_FOLLOW
public boolean defaultFollowRoots
public static final boolean DEFAULT_DEFAULT_FOLLOW_ROOTS
public boolean enableSimpleSiteCollapsing
public static final boolean DEFAULT_ENABLE_SIMPLE_SITE_COLLAPSING
public int simpleSiteCollapsingDepth
public static final int DEFAULT_SIMPLE_SITE_COLLAPSING_DEPTH
public java.lang.String mimeTypesMode
public static final java.lang.String DEFAULT_MIME_TYPES_MODE
protected ICrawler.MimeTypes mimeTypes
protected ICrawler.SessionIdBlacklist sessionIdBlacklist
public boolean smartRefresh
public static final boolean DEFAULT_SMART_REFRESH
public int smartRefreshMinAgeS
public static final int DEFAULT_SMART_REFRESH_MIN_AGE_S
public int smartRefreshMaxAgeS
public static final int DEFAULT_SMART_REFRESH_MAX_AGE_S
public boolean archiveDocuments
public static final boolean DEFAULT_ARCHIVE_DOCUMENTS
protected ICrawler.PushAPIFilter PushAPIFilter
public UrlTesterData urlTesterData
public boolean enableConsolidation
public static final boolean DEFAULT_ENABLE_CONSOLIDATION
public ICrawler()
public ICrawler(ICrawler o)
public java.util.List<Rules> getRules()
public void setCrawlSchedulerConfig(CrawlSchedulerConfig crawlSchedulerConfig)
public CrawlSchedulerConfig getCrawlSchedulerConfig()
public ICrawler withCrawlSchedulerConfig(CrawlSchedulerConfig crawlSchedulerConfig)
public void setCustomCrawlConfig(CustomCrawlConfig customCrawlConfig)
public CustomCrawlConfig getCustomCrawlConfig()
public ICrawler withCustomCrawlConfig(CustomCrawlConfig customCrawlConfig)
public void setName(java.lang.String name)
public java.lang.String getName()
public ICrawler withName(java.lang.String name)
public void setDocumentsType(java.lang.String documentsType)
public java.lang.String getDocumentsType()
public ICrawler withDocumentsType(java.lang.String documentsType)
public void setFetcher(java.lang.String fetcher)
public java.lang.String getFetcher()
public ICrawler withFetcher(java.lang.String fetcher)
public void setCrawlerServer(java.lang.String crawlerServer)
public java.lang.String getCrawlerServer()
public ICrawler withCrawlerServer(java.lang.String crawlerServer)
public void setConnectorServer(java.lang.String connectorServer)
public java.lang.String getConnectorServer()
public ICrawler withConnectorServer(java.lang.String connectorServer)
public void setBuildGroup(java.lang.String buildGroup)
public java.lang.String getBuildGroup()
public ICrawler withBuildGroup(java.lang.String buildGroup)
public void setDataModel(java.lang.String dataModel)
public java.lang.String getDataModel()
public ICrawler withDataModel(java.lang.String dataModel)
public void setStoreTextOnly(boolean storeTextOnly)
public boolean isStoreTextOnly()
public ICrawler withStoreTextOnly(boolean storeTextOnly)
public ICrawler withStoreTextOnly(java.lang.Boolean storeTextOnly)
public void setNthreads(int nthreads)
public int getNthreads()
public ICrawler withNthreads(int nthreads)
public ICrawler withNthreads(java.lang.Integer nthreads)
public void setAggressive(boolean aggressive)
public boolean isAggressive()
public ICrawler withAggressive(boolean aggressive)
public ICrawler withAggressive(java.lang.Boolean aggressive)
public void setThrottleTimeMS(int throttleTimeMS)
public int getThrottleTimeMS()
public ICrawler withThrottleTimeMS(int throttleTimeMS)
public ICrawler withThrottleTimeMS(java.lang.Integer throttleTimeMS)
public void setIgnoreRobotsTxt(boolean ignoreRobotsTxt)
public boolean isIgnoreRobotsTxt()
public ICrawler withIgnoreRobotsTxt(boolean ignoreRobotsTxt)
public ICrawler withIgnoreRobotsTxt(java.lang.Boolean ignoreRobotsTxt)
public void setEnableConvertProcessor(boolean enableConvertProcessor)
public boolean isEnableConvertProcessor()
public ICrawler withEnableConvertProcessor(boolean enableConvertProcessor)
public ICrawler withEnableConvertProcessor(java.lang.Boolean enableConvertProcessor)
public void setNearDuplicateDetector(boolean nearDuplicateDetector)
public boolean isNearDuplicateDetector()
public ICrawler withNearDuplicateDetector(boolean nearDuplicateDetector)
public ICrawler withNearDuplicateDetector(java.lang.Boolean nearDuplicateDetector)
public void setPatternsDetector(boolean patternsDetector)
public boolean isPatternsDetector()
public ICrawler withPatternsDetector(boolean patternsDetector)
public ICrawler withPatternsDetector(java.lang.Boolean patternsDetector)
public void setCrawlSitemaps(boolean crawlSitemaps)
public boolean isCrawlSitemaps()
public ICrawler withCrawlSitemaps(boolean crawlSitemaps)
public ICrawler withCrawlSitemaps(java.lang.Boolean crawlSitemaps)
public void setDisableConditionalGet(boolean disableConditionalGet)
public boolean isDisableConditionalGet()
public ICrawler withDisableConditionalGet(boolean disableConditionalGet)
public ICrawler withDisableConditionalGet(java.lang.Boolean disableConditionalGet)
public void setDefaultAccept(boolean defaultAccept)
public boolean isDefaultAccept()
public ICrawler withDefaultAccept(boolean defaultAccept)
public ICrawler withDefaultAccept(java.lang.Boolean defaultAccept)
public void setDefaultIndex(boolean defaultIndex)
public boolean isDefaultIndex()
public ICrawler withDefaultIndex(boolean defaultIndex)
public ICrawler withDefaultIndex(java.lang.Boolean defaultIndex)
public void setDefaultFollow(boolean defaultFollow)
public boolean isDefaultFollow()
public ICrawler withDefaultFollow(boolean defaultFollow)
public ICrawler withDefaultFollow(java.lang.Boolean defaultFollow)
public void setDefaultFollowRoots(boolean defaultFollowRoots)
public boolean isDefaultFollowRoots()
public ICrawler withDefaultFollowRoots(boolean defaultFollowRoots)
public ICrawler withDefaultFollowRoots(java.lang.Boolean defaultFollowRoots)
public void setEnableSimpleSiteCollapsing(boolean enableSimpleSiteCollapsing)
public boolean isEnableSimpleSiteCollapsing()
public ICrawler withEnableSimpleSiteCollapsing(boolean enableSimpleSiteCollapsing)
public ICrawler withEnableSimpleSiteCollapsing(java.lang.Boolean enableSimpleSiteCollapsing)
public void setSimpleSiteCollapsingDepth(int simpleSiteCollapsingDepth)
public int getSimpleSiteCollapsingDepth()
public ICrawler withSimpleSiteCollapsingDepth(int simpleSiteCollapsingDepth)
public ICrawler withSimpleSiteCollapsingDepth(java.lang.Integer simpleSiteCollapsingDepth)
public void setMimeTypesMode(java.lang.String mimeTypesMode)
public java.lang.String getMimeTypesMode()
public ICrawler withMimeTypesMode(java.lang.String mimeTypesMode)
public ICrawler.MimeTypes getMimeTypes()
public void setMimeTypes(ICrawler.MimeTypes __value)
public ICrawler withMimeTypes(StringConstantValue... __values)
public ICrawler withMimeTypes(java.util.Collection<StringConstantValue> __values)
public ICrawler withMimeTypes(ICrawler.MimeTypes __value)
public ICrawler.SessionIdBlacklist getSessionIdBlacklist()
public void setSessionIdBlacklist(ICrawler.SessionIdBlacklist __value)
public ICrawler withSessionIdBlacklist(StringConstantValue... __values)
public ICrawler withSessionIdBlacklist(java.util.Collection<StringConstantValue> __values)
public ICrawler withSessionIdBlacklist(ICrawler.SessionIdBlacklist __value)
public void setSmartRefresh(boolean smartRefresh)
public boolean isSmartRefresh()
public ICrawler withSmartRefresh(boolean smartRefresh)
public ICrawler withSmartRefresh(java.lang.Boolean smartRefresh)
public void setSmartRefreshMinAgeS(int smartRefreshMinAgeS)
public int getSmartRefreshMinAgeS()
public ICrawler withSmartRefreshMinAgeS(int smartRefreshMinAgeS)
public ICrawler withSmartRefreshMinAgeS(java.lang.Integer smartRefreshMinAgeS)
public void setSmartRefreshMaxAgeS(int smartRefreshMaxAgeS)
public int getSmartRefreshMaxAgeS()
public ICrawler withSmartRefreshMaxAgeS(int smartRefreshMaxAgeS)
public ICrawler withSmartRefreshMaxAgeS(java.lang.Integer smartRefreshMaxAgeS)
public void setArchiveDocuments(boolean archiveDocuments)
public boolean isArchiveDocuments()
public ICrawler withArchiveDocuments(boolean archiveDocuments)
public ICrawler withArchiveDocuments(java.lang.Boolean archiveDocuments)
public ICrawler.PushAPIFilter getPushAPIFilter()
public void setPushAPIFilter(ICrawler.PushAPIFilter __value)
public ICrawler withPushAPIFilter(ICrawler.PushAPIFilter __value)
public void setUrlTesterData(UrlTesterData urlTesterData)
public UrlTesterData getUrlTesterData()
public ICrawler withUrlTesterData(UrlTesterData urlTesterData)
public void setEnableConsolidation(boolean enableConsolidation)
public boolean isEnableConsolidation()
public ICrawler withEnableConsolidation(boolean enableConsolidation)
public ICrawler withEnableConsolidation(java.lang.Boolean enableConsolidation)
public abstract ICrawler clone()
clone
in class java.lang.Object
public ICrawler makeCopy()
public static ICrawler 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 ICrawler 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.