public interface CrawlUrl extends AXML<CrawlUrl,CrawlData>
crawl-url
, which is top-level container of
AXML documents. This interface implements Iterable<CrawlData>
for accessing its child crawl-data
components.Modifier and Type | Interface and Description |
---|---|
static interface |
CrawlUrl.Builder |
AXMLBase.Publisher<T>
Modifier and Type | Method and Description |
---|---|
CrawlUrl.Builder |
builder()
Create a builder for new AXML component cloned from
this object, but
with empty children. |
CrawlUrl.Builder |
copy()
Create a builder for new AXML component cloned from
this object. |
java.lang.String |
getCrawlerId()
The id of crawler for this
crawl-url . |
java.lang.String |
getCrawlSpaceId()
The id of crawlspace for this
crawl-url . |
getIterator, iterator
getAcl, getGroupID, getUrl
java.lang.String getCrawlerId()
crawl-url
.crawler-id
java.lang.String getCrawlSpaceId()
crawl-url
.CrawlUrl.Builder builder()
AXML
this
object, but
with empty children.