Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9A6097AF for ; Tue, 8 May 2012 13:19:01 +0000 (UTC) Received: (qmail 10019 invoked by uid 500); 8 May 2012 13:19:01 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 9959 invoked by uid 500); 8 May 2012 13:19:01 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 9952 invoked by uid 99); 8 May 2012 13:19:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 13:19:01 +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; Tue, 08 May 2012 13:18:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8B0FB2388A36 for ; Tue, 8 May 2012 13:18:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r816625 [4/46] - in /websites/production/maventest/content/plugins/maven-shade-plugin-latest: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/plugins/ apidocs/org/apache/maven/plugins/shade/ a... Date: Tue, 08 May 2012 13:18:21 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120508131836.8B0FB2388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/class-use/ShadingResult.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/class-use/ShadingResult.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/class-use/ShadingResult.html Tue May 8 13:18:10 2012 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.maven.plugins.shade.ShadingResult (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.maven.plugins.shade.ShadingResult

+
+No usage of org.apache.maven.plugins.shade.ShadingResult +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/class-use/ShadingResult.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/class-use/ShadingResult.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/Filter.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/Filter.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/Filter.html Tue May 8 13:18:10 2012 @@ -0,0 +1,239 @@ + + + + + + + +Filter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.maven.plugins.shade.filter +
+Interface Filter

+
+
All Known Implementing Classes:
SimpleFilter
+
+
+
+
public interface Filter
+ +

+

+
Author:
+
David Blevins
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancanFilter(File jar) + +
+           
+ booleanisFiltered(String classFile) + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+canFilter

+
+public boolean canFilter(File jar)
+
+
+
+
+
+
+ +

+isFiltered

+
+public boolean isFiltered(String classFile)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/Filter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/Filter.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html Tue May 8 13:18:10 2012 @@ -0,0 +1,289 @@ + + + + + + + +SimpleFilter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.maven.plugins.shade.filter +
+Class SimpleFilter

+
+java.lang.Object
+  extended byorg.apache.maven.plugins.shade.filter.SimpleFilter
+
+
+
All Implemented Interfaces:
Filter
+
+
+
+
public class SimpleFilter
extends Object
implements Filter
+ +

+

+
Author:
+
David Blevins
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SimpleFilter(File jar, + Set includes, + Set excludes) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ booleancanFilter(File jar) + +
+           
+ booleanisFiltered(String classFile) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SimpleFilter

+
+public SimpleFilter(File jar,
+                    Set includes,
+                    Set excludes)
+
+
+ + + + + + + + +
+Method Detail
+ +

+canFilter

+
+public boolean canFilter(File jar)
+
+
+
Specified by:
canFilter in interface Filter
+
+
+
+
+
+
+ +

+isFiltered

+
+public boolean isFiltered(String classFile)
+
+
+
Specified by:
isFiltered in interface Filter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/SimpleFilter.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html Tue May 8 13:18:10 2012 @@ -0,0 +1,173 @@ + + + + + + + +Uses of Interface org.apache.maven.plugins.shade.filter.Filter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.maven.plugins.shade.filter.Filter

+
+ + + + + + + + + +
+Packages that use Filter
org.apache.maven.plugins.shade.filter  
+  +

+ + + + + +
+Uses of Filter in org.apache.maven.plugins.shade.filter
+  +

+ + + + + + + + + +
Classes in org.apache.maven.plugins.shade.filter that implement Filter
+ classSimpleFilter + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/Filter.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html Tue May 8 13:18:10 2012 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.maven.plugins.shade.filter.SimpleFilter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.maven.plugins.shade.filter.SimpleFilter

+
+No usage of org.apache.maven.plugins.shade.filter.SimpleFilter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/class-use/SimpleFilter.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html Tue May 8 13:18:10 2012 @@ -0,0 +1,44 @@ + + + + + + + +org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + +org.apache.maven.plugins.shade.filter + + + + +
+Interfaces  + +
+Filter
+ + + + + + +
+Classes  + +
+SimpleFilter
+ + + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-frame.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html Tue May 8 13:18:10 2012 @@ -0,0 +1,163 @@ + + + + + + + +org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.maven.plugins.shade.filter +

+ + + + + + + + + +
+Interface Summary
Filter 
+  + +

+ + + + + + + + + +
+Class Summary
SimpleFilter 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-summary.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html Tue May 8 13:18:10 2012 @@ -0,0 +1,152 @@ + + + + + + + +org.apache.maven.plugins.shade.filter Class Hierarchy (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.maven.plugins.shade.filter +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • class java.lang.Object
      +
    • class org.apache.maven.plugins.shade.filter.SimpleFilter (implements org.apache.maven.plugins.shade.filter.Filter) +
    +
+

+Interface Hierarchy +

+
    +
  • interface org.apache.maven.plugins.shade.filter.Filter
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-tree.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html ============================================================================== --- websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html (added) +++ websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html Tue May 8 13:18:10 2012 @@ -0,0 +1,163 @@ + + + + + + + +Uses of Package org.apache.maven.plugins.shade.filter (Maven Shade Plugin 1.2.1 API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.maven.plugins.shade.filter

+
+ + + + + + + + + +
+Packages that use org.apache.maven.plugins.shade.filter
org.apache.maven.plugins.shade.filter  
+  +

+ + + + + + + + +
+Classes in org.apache.maven.plugins.shade.filter used by org.apache.maven.plugins.shade.filter
Filter + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved. + + \ No newline at end of file Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/maventest/content/plugins/maven-shade-plugin-latest/apidocs/org/apache/maven/plugins/shade/filter/package-use.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision