|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.ant.CocoonCrawling
A simple Cocoon crawler
Nested Class Summary | |
static class |
CocoonCrawling.CocoonCrawlingIterator
An Iterator iterating over URIs which are not visited already, visited URIs are moved immediatly to a set of visited URIs |
Constructor Summary | |
CocoonCrawling()
Constructor for the CocoonCrawling object |
Method Summary | |
void |
add(UriType uriType)
Description of the Method |
Iterator |
iterator()
Description of the Method |
void |
setRoot(UriType uriType)
Sets the root attribute of the CocoonCrawling object |
Iterator |
visitedAlreadyIterator()
Description of the Method |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CocoonCrawling()
Method Detail |
public void setRoot(UriType uriType)
uriType
- The new root valuepublic void add(UriType uriType)
uriType
- Description of Parameterpublic Iterator iterator()
public Iterator visitedAlreadyIterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |