Uses of Class
jautil.avatar.BaseAccess

Packages that use BaseAccess
jautil.avatar Provides classes and interfaces providing access to ARP avatar definition data files. 
 

Uses of BaseAccess in jautil.avatar
 

Subclasses of BaseAccess in jautil.avatar
 class CacheableAccess
          Implements the AvatarAccess interface for a "cacheable" collection of avatar data files, that is, one held in a JAR as for a ClassPathAccess, although in this case the JAR is not on the JVM class path.
 class ClassPathAccess
          Implements the AvatarAccess interface by means of a JAR on the JVM class path.
 class DirectFilesAccess
          Implements the AvatarAccess interface directly through a collection of avatar data files under a given base URL.