Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 197FD10F0C for ; Wed, 25 Sep 2013 17:38:25 +0000 (UTC) Received: (qmail 20591 invoked by uid 500); 25 Sep 2013 17:38:08 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 20534 invoked by uid 500); 25 Sep 2013 17:38:05 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 20242 invoked by uid 99); 25 Sep 2013 17:38:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 17:38:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 25 Sep 2013 17:37:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 845BC2388A4A for ; Wed, 25 Sep 2013 17:37:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r879866 [3/33] - in /websites/production/commons/content/proper/commons-weaver: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/commons/ apidocs/org/apache/commons/weaver/ apidocs/org/apache/commons/weaver/class-use/ apidocs... Date: Wed, 25 Sep 2013 17:37:20 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130925173730.845BC2388A4A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/WeaveProcessor.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/WeaveProcessor.html (added) +++ websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/WeaveProcessor.html Wed Sep 25 17:37:14 2013 @@ -0,0 +1,268 @@ + + + + + +WeaveProcessor (Apache Commons Weaver Processor 1.0-SNAPSHOT API) + + + + + + + + + + +
+
org.apache.commons.weaver
+

Class WeaveProcessor

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        weave

        +
        public void weave()
        +
        Weave classes in target directory.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2013 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Added: websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/class-use/CleanProcessor.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/class-use/CleanProcessor.html (added) +++ websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/class-use/CleanProcessor.html Wed Sep 25 17:37:14 2013 @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.commons.weaver.CleanProcessor (Apache Commons Weaver Processor 1.0-SNAPSHOT API) + + + + + + + + + +
+

Uses of Class
org.apache.commons.weaver.CleanProcessor

+
+
No usage of org.apache.commons.weaver.CleanProcessor
+ + + + +

Copyright © 2013 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Added: websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/class-use/WeaveProcessor.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/class-use/WeaveProcessor.html (added) +++ websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/class-use/WeaveProcessor.html Wed Sep 25 17:37:14 2013 @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.commons.weaver.WeaveProcessor (Apache Commons Weaver Processor 1.0-SNAPSHOT API) + + + + + + + + + +
+

Uses of Class
org.apache.commons.weaver.WeaveProcessor

+
+
No usage of org.apache.commons.weaver.WeaveProcessor
+ + + + +

Copyright © 2013 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Added: websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/AnnotatedElements.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/AnnotatedElements.html (added) +++ websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/AnnotatedElements.html Wed Sep 25 17:37:14 2013 @@ -0,0 +1,227 @@ + + + + + +AnnotatedElements (Apache Commons Weaver Processor 1.0-SNAPSHOT API) + + + + + + + + + + +
+
org.apache.commons.weaver.model
+

Interface AnnotatedElements<T extends AnnotatedElement>

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2013 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Added: websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/NestedWeavable.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/NestedWeavable.html (added) +++ websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/NestedWeavable.html Wed Sep 25 17:37:14 2013 @@ -0,0 +1,312 @@ + + + + + +NestedWeavable (Apache Commons Weaver Processor 1.0-SNAPSHOT API) + + + + + + + + + + +
+
org.apache.commons.weaver.model
+

Class NestedWeavable<SELF extends NestedWeavable<SELF,TARGET,PARENT,PARENT_TARGET>,TARGET,PARENT extends Weavable<PARENT,PARENT_TARGET>,PARENT_TARGET>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2013 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Added: websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/ScanRequest.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/ScanRequest.html (added) +++ websites/production/commons/content/proper/commons-weaver/apidocs/org/apache/commons/weaver/model/ScanRequest.html Wed Sep 25 17:37:14 2013 @@ -0,0 +1,297 @@ + + + + + +ScanRequest (Apache Commons Weaver Processor 1.0-SNAPSHOT API) + + + + + + + + + + +
+
org.apache.commons.weaver.model
+

Class ScanRequest

+
+
+ +
+
    +
  • +
    +
    +
    public class ScanRequest
    +extends Object
    +
    Scan request object describing the types of elements in which a given Weaver or Cleaner is + interested.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2013 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file