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

Constructor Summary
RepositoryScannerStatistics()
           
 
Method Summary
 List<ConsumerScanningStatistics> getConsumerScanningStatistics()
           
 org.apache.archiva.admin.model.beans.ManagedRepository getManagedRepository()
           
 long getNewFileCount()
           
 long getTotalFileCount()
           
 void setConsumerScanningStatistics(List<ConsumerScanningStatistics> consumerScanningStatistics)
           
 void setManagedRepository(org.apache.archiva.admin.model.beans.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
 

Constructor Detail

RepositoryScannerStatistics

public RepositoryScannerStatistics()
Method Detail

getManagedRepository

public org.apache.archiva.admin.model.beans.ManagedRepository getManagedRepository()

setManagedRepository

public void setManagedRepository(org.apache.archiva.admin.model.beans.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–2014 The Apache Software Foundation. All rights reserved.