org.apache.archiva.consumers.core.repository
Interface RepositoryPurge

All Known Implementing Classes:
AbstractRepositoryPurge, CleanupReleasedSnapshotsRepositoryPurge, DaysOldRepositoryPurge, RetentionCountRepositoryPurge

public interface RepositoryPurge


Method Summary
 void process(String path)
          Perform checking on artifact for repository purge
 

Method Detail

process

void process(String path)
             throws RepositoryPurgeException
Perform checking on artifact for repository purge

Parameters:
path - path to the scanned artifact
Throws:
RepositoryPurgeException


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