net.sourceforge.sconman
Interface IRepository.IVisitor

All Known Implementing Classes:
Category.RepositoryIndexSynchronizer, FSQuotedRepository.QuotaCalculator
Enclosing interface:
IRepository

public static interface IRepository.IVisitor

Visitor for repository entries

Author:
Mike

Method Summary
 void onEntry(java.lang.String entryPath)
          This method will be called for each entry
 

Method Detail

onEntry

void onEntry(java.lang.String entryPath)
This method will be called for each entry

Parameters:
rep - The context repository
entryPath - The path to the entry


Copyright null null. All Rights Reserved.