Uses of Class
org.egothor.dir.Group

Packages that use Group
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.duplicity.algorithm This package contains top-level classes that implement the duplicity checking algorithm. 
 

Uses of Group in org.egothor.dir
 

Subclasses of Group in org.egothor.dir
 class Tanker
          A Tanker is a group of Barrels with the capability of inserting new Barrels.
 class TankerImpl
          This object encapsulates core Tanker structure with some routines which make the life of a programmer easier.
 class TankerImplSecure
          This object encapsulates standard TankerImpl and adds multithread safe behavior.
 

Uses of Group in org.egothor.duplicity.algorithm
 

Subclasses of Group in org.egothor.duplicity.algorithm
 class TankerImplDuplicityChecker
          This object encapsulates standard TankerImplSecure and adds duplicity checking ability.