org.apache.archiva.rest.api.model
Class RepositoryScannerStatistics

java.lang.Object
  extended by org.apache.archiva.rest.api.model.RepositoryScannerStatistics
All Implemented Interfaces:
Serializable

public class RepositoryScannerStatistics
extends Object
implements Serializable

Author:
Olivier Lamy
See Also:
Serialized Form

Field Summary
private  List<ConsumerScanningStatistics> consumerScanningStatistics
           
private  ManagedRepository managedRepository
           
private  long newFileCount
           
private  long totalFileCount
           
 
Constructor Summary
RepositoryScannerStatistics()
           
 
Method Summary
 List<ConsumerScanningStatistics> getConsumerScanningStatistics()
           
 ManagedRepository getManagedRepository()
           
 long getNewFileCount()
           
 long getTotalFileCount()
           
 void setConsumerScanningStatistics(List<ConsumerScanningStatistics> consumerScanningStatistics)
           
 void setManagedRepository(ManagedRepository managedRepository)
           
 void setNewFileCount(long newFileCount)
           
 void setTotalFileCount(long totalFileCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

managedRepository

private ManagedRepository managedRepository

consumerScanningStatistics

private List<ConsumerScanningStatistics> consumerScanningStatistics

totalFileCount

private long totalFileCount

newFileCount

private long newFileCount
Constructor Detail

RepositoryScannerStatistics

public RepositoryScannerStatistics()
Method Detail

getManagedRepository

public ManagedRepository getManagedRepository()

setManagedRepository

public void setManagedRepository(ManagedRepository managedRepository)

getConsumerScanningStatistics

public List<ConsumerScanningStatistics> getConsumerScanningStatistics()

setConsumerScanningStatistics

public void setConsumerScanningStatistics(List<ConsumerScanningStatistics> consumerScanningStatistics)

getTotalFileCount

public long getTotalFileCount()

setTotalFileCount

public void setTotalFileCount(long totalFileCount)

getNewFileCount

public long getNewFileCount()

setNewFileCount

public void setNewFileCount(long newFileCount)


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