net.sourceforge.sconman.rep
Class FSQuotedRepository.QuotaCalculator

java.lang.Object
  extended by net.sourceforge.sconman.rep.FSQuotedRepository.QuotaCalculator
All Implemented Interfaces:
IRepository.IVisitor
Enclosing class:
FSQuotedRepository

 class FSQuotedRepository.QuotaCalculator
extends java.lang.Object
implements IRepository.IVisitor


Field Summary
(package private)  FSQuotedRepository repository
           
(package private)  long size
           
 
Constructor Summary
FSQuotedRepository.QuotaCalculator(FSQuotedRepository repo)
           
 
Method Summary
 long getRepositorySize()
           
 void onEntry(java.lang.String entryPath)
          This method will be called for each entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

long size

repository

FSQuotedRepository repository
Constructor Detail

FSQuotedRepository.QuotaCalculator

FSQuotedRepository.QuotaCalculator(FSQuotedRepository repo)
Method Detail

onEntry

public void onEntry(java.lang.String entryPath)
Description copied from interface: IRepository.IVisitor
This method will be called for each entry

Specified by:
onEntry in interface IRepository.IVisitor
Parameters:
entryPath - The path to the entry

getRepositorySize

public long getRepositorySize()


Copyright null null. All Rights Reserved.