From droids-commits-return-163-apmail-incubator-droids-commits-archive=incubator.apache.org@incubator.apache.org Mon Nov 16 10:05:40 2009 Return-Path: Delivered-To: apmail-incubator-droids-commits-archive@minotaur.apache.org Received: (qmail 29199 invoked from network); 16 Nov 2009 10:05:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 10:05:40 -0000 Received: (qmail 70622 invoked by uid 500); 16 Nov 2009 10:05:40 -0000 Delivered-To: apmail-incubator-droids-commits-archive@incubator.apache.org Received: (qmail 70595 invoked by uid 500); 16 Nov 2009 10:05:40 -0000 Mailing-List: contact droids-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: droids-dev@incubator.apache.org Delivered-To: mailing list droids-commits@incubator.apache.org Received: (qmail 70585 invoked by uid 99); 16 Nov 2009 10:05:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 10:05:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 10:05:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A9D1C2388A18; Mon, 16 Nov 2009 10:04:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r880695 [7/40] - in /incubator/droids/trunk: ./ docs/ docs/api/ docs/api/droids-core/ docs/api/droids-core/org/ docs/api/droids-core/org/apache/ docs/api/droids-core/org/apache/droids/ docs/api/droids-core/org/apache/droids/api/ docs/api/dr... Date: Mon, 16 Nov 2009 10:03:49 -0000 To: droids-commits@incubator.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091116100443.A9D1C2388A18@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Link.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Link.html?rev=880695&view=auto ============================================================================== --- incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Link.html (added) +++ incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Link.html Mon Nov 16 10:01:53 2009 @@ -0,0 +1,506 @@ + + + + + + + +Uses of Interface org.apache.droids.api.Link (Droids Core 0.1-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.droids.api.Link

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Link
org.apache.droidsThis package is the principal package for Apache Droids. 
org.apache.droids.apiThis package defines all interfaces that we are using + for droids. 
org.apache.droids.parseThis package contains various helper and implementations around parsing. 
org.apache.droids.parse.htmlThis package contains various parser. 
org.apache.droids.robot.crawler  
+  +

+ + + + + +
+Uses of Link in org.apache.droids
+  +

+ + + + + + + + + +
Classes in org.apache.droids that implement Link
+ classLinkTask + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.droids that return Link
+ LinkLinkTask.getFrom() + +
+           
+  +

+ + + + + + + + + + + +
Constructors in org.apache.droids with parameters of type Link
LinkTask(Link from, + java.net.URI uri, + int depth) + +
+           
LinkTask(Link from, + java.net.URI uri, + int depth, + int weight) + +
+           
+  +

+ + + + + +
+Uses of Link in org.apache.droids.api
+  +

+ + + + + + + + + +
Methods in org.apache.droids.api that return Link
+ LinkLink.getFrom() + +
+          From where the link was created
+  +

+ + + + + + + + + +
Methods in org.apache.droids.api that return types with arguments of type Link
+ java.util.Collection<Link>Parse.getOutlinks() + +
+          Outlinks extracted from the Content Entity
+  +

+ + + + + + + + + +
Methods in org.apache.droids.api with parameters of type Link
+ ParseParser.parse(ContentEntity entity, + Link link) + +
+          Creates the parse for some content.
+  +

+ + + + + +
+Uses of Link in org.apache.droids.parse
+  +

+ + + + + + + + + +
Fields in org.apache.droids.parse with type parameters of type Link
+protected  java.util.Collection<Link>ParseImpl.outlinks + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.droids.parse that return types with arguments of type Link
+ java.util.Collection<Link>ParseImpl.getOutlinks() + +
+           
+  +

+ + + + + + + + + +
Method parameters in org.apache.droids.parse with type arguments of type Link
+ voidParseImpl.setOutlinks(java.util.Collection<Link> outlinks) + +
+           
+  +

+ + + + + + + + + + + +
Constructor parameters in org.apache.droids.parse with type arguments of type Link
ParseImpl(java.lang.String text, + java.util.Collection<Link> outlinks) + +
+           
ParseImpl(java.lang.String text, + java.lang.Object data, + java.util.Collection<Link> outlinks) + +
+           
+  +

+ + + + + +
+Uses of Link in org.apache.droids.parse.html
+  +

+ + + + + + + + + +
Methods in org.apache.droids.parse.html that return types with arguments of type Link
+ java.util.Collection<Link>LinkExtractor.getLinks() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.droids.parse.html with parameters of type Link
+ ParseHtmlParser.parse(ContentEntity entity, + Link newLink) + +
+           
+  +

+ + + + + + + + +
Constructors in org.apache.droids.parse.html with parameters of type Link
LinkExtractor(Link base, + java.util.Map<java.lang.String,java.lang.String> elements) + +
+           
+  +

+ + + + + +
+Uses of Link in org.apache.droids.robot.crawler
+  +

+ + + + + + + + + +
Methods in org.apache.droids.robot.crawler that return types with arguments of type Link
+protected  java.util.Collection<Link>CrawlingWorker.getFilteredOutlinks(Parse parse) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.droids.robot.crawler with parameters of type Link
+ voidCrawlingWorker.execute(Link link) + +
+           
+protected  voidCrawlingWorker.handle(ContentEntity entity, + Link link) + +
+           
+  +

+ + + + + + + + + + + +
Constructor parameters in org.apache.droids.robot.crawler with type arguments of type Link
CrawlingDroid(TaskQueue<Link> queue, + TaskMaster<Link> taskMaster) + +
+           
CrawlingDroid(TaskQueue<Link> queue, + TaskMaster<Link> taskMaster) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007-2009. All Rights Reserved. + + Added: incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/ManagedContentEntity.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/ManagedContentEntity.html?rev=880695&view=auto ============================================================================== --- incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/ManagedContentEntity.html (added) +++ incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/ManagedContentEntity.html Mon Nov 16 10:01:53 2009 @@ -0,0 +1,256 @@ + + + + + + + +Uses of Interface org.apache.droids.api.ManagedContentEntity (Droids Core 0.1-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.droids.api.ManagedContentEntity

+
+ + + + + + + + + + + + + + + + + +
+Packages that use ManagedContentEntity
org.apache.droids.apiThis package defines all interfaces that we are using + for droids. 
org.apache.droids.protocol.fileThis package contains various file protocol implementations. 
org.apache.droids.protocol.httpThis package contains various http protocol implementations. 
+  +

+ + + + + +
+Uses of ManagedContentEntity in org.apache.droids.api
+  +

+ + + + + + + + + +
Methods in org.apache.droids.api that return ManagedContentEntity
+ ManagedContentEntityProtocol.load(java.net.URI uri) + +
+          Return the content entity represent of the url
+  +

+ + + + + +
+Uses of ManagedContentEntity in org.apache.droids.protocol.file
+  +

+ + + + + + + + + +
Methods in org.apache.droids.protocol.file that return ManagedContentEntity
+ ManagedContentEntityFileProtocol.load(java.net.URI uri) + +
+           
+  +

+ + + + + +
+Uses of ManagedContentEntity in org.apache.droids.protocol.http
+  +

+ + + + + + + + + +
Classes in org.apache.droids.protocol.http that implement ManagedContentEntity
+ classHttpContentEntity + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.droids.protocol.http that return ManagedContentEntity
+ ManagedContentEntityHttpProtocol.load(java.net.URI uri) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007-2009. All Rights Reserved. + + Added: incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parse.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parse.html?rev=880695&view=auto ============================================================================== --- incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parse.html (added) +++ incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parse.html Mon Nov 16 10:01:53 2009 @@ -0,0 +1,341 @@ + + + + + + + +Uses of Interface org.apache.droids.api.Parse (Droids Core 0.1-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.droids.api.Parse

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Parse
org.apache.droids.apiThis package defines all interfaces that we are using + for droids. 
org.apache.droids.parseThis package contains various helper and implementations around parsing. 
org.apache.droids.parse.htmlThis package contains various parser. 
org.apache.droids.protocol.httpThis package contains various http protocol implementations. 
org.apache.droids.robot.crawler  
+  +

+ + + + + +
+Uses of Parse in org.apache.droids.api
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.droids.api that return Parse
+ ParseContentEntity.getParse() + +
+          Returns the parse object from a former processing step + May be null if not available.
+ ParseParser.parse(ContentEntity entity, + Link link) + +
+          Creates the parse for some content.
+  +

+ + + + + + + + + +
Methods in org.apache.droids.api with parameters of type Parse
+ voidManagedContentEntity.setParse(Parse parse) + +
+          Sets the parse object.
+  +

+ + + + + +
+Uses of Parse in org.apache.droids.parse
+  +

+ + + + + + + + + +
Classes in org.apache.droids.parse that implement Parse
+ classParseImpl + +
+          Default implementation of Parse
+  +

+ + + + + +
+Uses of Parse in org.apache.droids.parse.html
+  +

+ + + + + + + + + +
Methods in org.apache.droids.parse.html that return Parse
+ ParseHtmlParser.parse(ContentEntity entity, + Link newLink) + +
+           
+  +

+ + + + + +
+Uses of Parse in org.apache.droids.protocol.http
+  +

+ + + + + + + + + +
Methods in org.apache.droids.protocol.http that return Parse
+ ParseHttpContentEntity.getParse() + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.droids.protocol.http with parameters of type Parse
+ voidHttpContentEntity.setParse(Parse parse) + +
+           
+  +

+ + + + + +
+Uses of Parse in org.apache.droids.robot.crawler
+  +

+ + + + + + + + + +
Methods in org.apache.droids.robot.crawler with parameters of type Parse
+protected  java.util.Collection<Link>CrawlingWorker.getFilteredOutlinks(Parse parse) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007-2009. All Rights Reserved. + + Added: incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parser.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parser.html?rev=880695&view=auto ============================================================================== --- incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parser.html (added) +++ incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Parser.html Mon Nov 16 10:01:53 2009 @@ -0,0 +1,210 @@ + + + + + + + +Uses of Interface org.apache.droids.api.Parser (Droids Core 0.1-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.droids.api.Parser

+
+ + + + + + + + + + + + + +
+Packages that use Parser
org.apache.droids.helper.factoriesThis package contains all core factories that we use in Droids. 
org.apache.droids.parse.htmlThis package contains various parser. 
+  +

+ + + + + +
+Uses of Parser in org.apache.droids.helper.factories
+  +

+ + + + + + + + + +
Methods in org.apache.droids.helper.factories that return Parser
+ ParserParserFactory.getParser(java.lang.String contentType) + +
+          Lookup a parser by its identifier (content type) and return it.
+  +

+ + + + + +
+Uses of Parser in org.apache.droids.parse.html
+  +

+ + + + + + + + + +
Classes in org.apache.droids.parse.html that implement Parser
+ classHtmlParser + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007-2009. All Rights Reserved. + + Added: incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Protocol.html URL: http://svn.apache.org/viewvc/incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Protocol.html?rev=880695&view=auto ============================================================================== --- incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Protocol.html (added) +++ incubator/droids/trunk/docs/api/droids-core/org/apache/droids/api/class-use/Protocol.html Mon Nov 16 10:01:53 2009 @@ -0,0 +1,239 @@ + + + + + + + +Uses of Interface org.apache.droids.api.Protocol (Droids Core 0.1-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.droids.api.Protocol

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Protocol
org.apache.droids.helper.factoriesThis package contains all core factories that we use in Droids. 
org.apache.droids.protocol.fileThis package contains various file protocol implementations. 
org.apache.droids.protocol.httpThis package contains various http protocol implementations. 
+  +

+ + + + + +
+Uses of Protocol in org.apache.droids.helper.factories
+  +

+ + + + + + + + + +
Methods in org.apache.droids.helper.factories that return Protocol
+ ProtocolProtocolFactory.getProtocol(java.net.URI uri) + +
+          Will lookup a protocol based on the underlying uri
+  +

+ + + + + +
+Uses of Protocol in org.apache.droids.protocol.file
+  +

+ + + + + + + + + +
Classes in org.apache.droids.protocol.file that implement Protocol
+ classFileProtocol + +
+           
+  +

+ + + + + +
+Uses of Protocol in org.apache.droids.protocol.http
+  +

+ + + + + + + + + +
Classes in org.apache.droids.protocol.http that implement Protocol
+ classHttpProtocol + +
+          Protocol handler based on HttpClient 4.0.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007-2009. All Rights Reserved. + +