Package | Description |
---|---|
jautil.avatar |
Provides classes and interfaces providing access to ARP avatar definition
data files.
|
Modifier and Type | Class and Description |
---|---|
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. |