Uses of Interface
net.sourceforge.sconman.IProgressObserver

Packages that use IProgressObserver
net.sourceforge.sconman SCONMAN Usage Guide (TODO) 
net.sourceforge.sconman.helpers   
 

Uses of IProgressObserver in net.sourceforge.sconman
 

Fields in net.sourceforge.sconman declared as IProgressObserver
(package private)  IProgressObserver Category.RepositoryIndexSynchronizer.po
           
 

Methods in net.sourceforge.sconman with parameters of type IProgressObserver
 void Project.addContent(User actor, java.io.File file, IProgressObserver po)
          Adds a file or directory (all the files in the directory tree) to the project.
(package private)  void Category.synchronize(IRepository rep, IProgressObserver po)
          Synchronizes index and repository, checking that every file in the repository is in the index also
 void Category.synchronize(User user, IProgressObserver po)
          Synchronizes index and repository, checking that every file in the repository is in the index also
 void Category.synchronizeAll(IProgressObserver po)
          Synchronizes all the repositories below this category
 void Category.synchronizeAll(User user, IProgressObserver po)
          Synchronizes all the repositories below this category
 

Constructors in net.sourceforge.sconman with parameters of type IProgressObserver
Category.RepositoryIndexSynchronizer(Project project, IRepository rep, IProgressObserver po, long total)
           
 

Uses of IProgressObserver in net.sourceforge.sconman.helpers
 

Classes in net.sourceforge.sconman.helpers that implement IProgressObserver
 class ConsoleProgressObserver
           
 



Copyright null null. All Rights Reserved.