Uses of Interface
org.apache.continuum.purge.repository.content.RepositoryManagedContent

Packages that use RepositoryManagedContent
org.apache.continuum.purge   
org.apache.continuum.purge.executor   
org.apache.continuum.purge.repository.content   
 

Uses of RepositoryManagedContent in org.apache.continuum.purge
 

Methods in org.apache.continuum.purge that return RepositoryManagedContent
 RepositoryManagedContent DefaultPurgeConfigurationService.getManagedRepositoryContent(int repositoryId)
           
 RepositoryManagedContent PurgeConfigurationService.getManagedRepositoryContent(int repositoryId)
           
 

Uses of RepositoryManagedContent in org.apache.continuum.purge.executor
 

Methods in org.apache.continuum.purge.executor with parameters of type RepositoryManagedContent
 void AbstractContinuumPurgeExecutor.purge(Set<org.apache.maven.archiva.model.ArtifactReference> references, RepositoryManagedContent repository)
           
 

Constructors in org.apache.continuum.purge.executor with parameters of type RepositoryManagedContent
DaysOldRepositoryPurgeExecutor(RepositoryManagedContent repository, int daysOlder, int retentionCount)
           
ReleasedSnapshotsRepositoryPurgeExecutor(RepositoryManagedContent repository)
           
RetentionCountRepositoryPurgeExecutor(RepositoryManagedContent repository, int retentionCount)
           
 

Uses of RepositoryManagedContent in org.apache.continuum.purge.repository.content
 

Classes in org.apache.continuum.purge.repository.content that implement RepositoryManagedContent
 class ManagedDefaultRepositoryContent
          Taken from Archiva's ManagedDefaultRepositoryContent and made some few changes.
 class ManagedLegacyRepositoryContent
          Taken from Archiva's ManagedLegacyRepositoryContent and made some few changes
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.