org.apache.archiva.audit
Class DefaultAuditManager.AuditRecord

java.lang.Object
  extended by org.apache.archiva.audit.DefaultAuditManager.AuditRecord
All Implemented Interfaces:
Comparable<DefaultAuditManager.AuditRecord>
Enclosing class:
DefaultAuditManager

private static final class DefaultAuditManager.AuditRecord
extends Object
implements Comparable<DefaultAuditManager.AuditRecord>


Field Summary
private  String name
           
private  String repositoryId
           
 
Constructor Summary
DefaultAuditManager.AuditRecord(String repositoryId, String name)
           
 
Method Summary
 int compareTo(DefaultAuditManager.AuditRecord other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

private String repositoryId

name

private String name
Constructor Detail

DefaultAuditManager.AuditRecord

public DefaultAuditManager.AuditRecord(String repositoryId,
                                       String name)
Method Detail

compareTo

public int compareTo(DefaultAuditManager.AuditRecord other)
Specified by:
compareTo in interface Comparable<DefaultAuditManager.AuditRecord>


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