Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-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 79E43DBB1 for ; Wed, 29 Aug 2012 13:37:49 +0000 (UTC) Received: (qmail 76708 invoked by uid 500); 29 Aug 2012 13:37:49 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 76654 invoked by uid 500); 29 Aug 2012 13:37:49 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 76644 invoked by uid 99); 29 Aug 2012 13:37:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 13:37:49 +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, 29 Aug 2012 13:37:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 550DA2388B56 for ; Wed, 29 Aug 2012 13:36:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378545 [10/49] - in /archiva/site-content/redback/components: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/archiva/ apidocs/referen... Date: Wed, 29 Aug 2012 13:36:08 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120829133617.550DA2388B56@eris.apache.org> Added: archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/CacheableWrapper.html URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/CacheableWrapper.html?rev=1378545&view=auto ============================================================================== --- archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/CacheableWrapper.html (added) +++ archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/CacheableWrapper.html Wed Aug 29 13:36:00 2012 @@ -0,0 +1,966 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CacheableWrapper + + +| Apache Archiva Redback Components + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+ + + + +
+ +
+ + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + class +

CacheableWrapper

+ + + + + extends Object
+ + + + + + + implements + + Serializable + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳org.apache.archiva.redback.components.cache.CacheableWrapper
+ + + + + + + +
+ + +

Class Overview

+

CacheableWrapper

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

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + CacheableWrapper(Object value, long storedTime) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + long + + getStoredTime() + +
+ + + + + + Object + + getValue() + +
+ + + + + + void + + setStoredTime(long storedTime) + +
+ + + + + + void + + setValue(Object value) + +
+ + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + java.lang.Object + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + CacheableWrapper + (Object value, long storedTime) +

+
+
+ +
+ + + +
+
+ +

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

Public Methods

+ + + + + +
+

+ + public + + + + + long + + getStoredTime + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Object + + getValue + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setStoredTime + (long storedTime) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + setValue + (Object value) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Added: archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/CacheBuilder.html URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/CacheBuilder.html?rev=1378545&view=auto ============================================================================== --- archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/CacheBuilder.html (added) +++ archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/CacheBuilder.html Wed Aug 29 13:36:00 2012 @@ -0,0 +1,584 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CacheBuilder + + +| Apache Archiva Redback Components + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + interface +

CacheBuilder

+ + + + + + + + +
+ +
+ +
+ + + + + + + + + +
org.apache.archiva.redback.components.cache.builder.CacheBuilder
+ + + + + + +
+ + Known Indirect Subclasses + +
+ + +
+
+ + +
+ + +

Class Overview

+

CacheBuilder Interface, for obtaining caches from plexus using hints or clazz names.

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

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Methods
+ abstract + + + + + Cache + + getCache(String roleHint) + +
+ abstract + + + + + Cache + + getCache(Class clazz) + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + abstract + + Cache + + getCache + (String roleHint) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + abstract + + Cache + + getCache + (Class clazz) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Added: archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/DefaultCacheBuilder.html URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/DefaultCacheBuilder.html?rev=1378545&view=auto ============================================================================== --- archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/DefaultCacheBuilder.html (added) +++ archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/DefaultCacheBuilder.html Wed Aug 29 13:36:00 2012 @@ -0,0 +1,1063 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DefaultCacheBuilder + + +| Apache Archiva Redback Components + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + + + class +

DefaultCacheBuilder

+ + + + + extends Object
+ + + + + + + implements + + CacheBuilder + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳org.apache.archiva.redback.components.cache.builder.DefaultCacheBuilder
+ + + + + + + +
+ + +

Class Overview

+

Ability to obtain cache

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

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + DefaultCacheBuilder() + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + void + + dispose() + +
+ + + + + + Cache + + getCache(String roleHint) + +
+ + + + + + Cache + + getCache(Class clazz) + +
+ + + + + + Cache + + getDefaultCache() + +
+ + + + + + void + + initialize() + +
+ + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + java.lang.Object + +
+ + +
+
+ +From interface + + org.apache.archiva.redback.components.cache.builder.CacheBuilder + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + DefaultCacheBuilder + () +

+
+
+ +
+ + + +
+
+ +

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

Public Methods

+ + + + + +
+

+ + public + + + + + void + + dispose + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Cache + + getCache + (String roleHint) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Cache + + getCache + (Class clazz) +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + Cache + + getDefaultCache + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + +
+

+ + public + + + + + void + + initialize + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Added: archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/package-descr.html URL: http://svn.apache.org/viewvc/archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/package-descr.html?rev=1378545&view=auto ============================================================================== --- archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/package-descr.html (added) +++ archiva/site-content/redback/components/apidocs/reference/org/apache/archiva/redback/components/cache/builder/package-descr.html Wed Aug 29 13:36:00 2012 @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.archiva.redback.components.cache.builder Details + + +| Apache Archiva Redback Components + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+
+ + + + + + +
+
+ +
+ package +

org.apache.archiva.redback.components.cache.builder

+
+ Classes | Description +
+
+ +
+ +
+
+

+
+ + + +
+
+ +
+ + + + + \ No newline at end of file