jautil.avatar
Class DirectFilesAccess

java.lang.Object
  extended by jautil.avatar.BaseAccess
      extended by jautil.avatar.DirectFilesAccess
All Implemented Interfaces:
AvatarAccess

public class DirectFilesAccess
extends BaseAccess
implements AvatarAccess

Implements the AvatarAccess interface directly through a collection of avatar data files under a given base URL. This class is a concrete subclass of BaseAccess whose AvatarData is populated from the files at the given URL.


Constructor Summary
DirectFilesAccess(java.lang.String av, java.lang.String avburl)
          Constructs a new direct files access instance for the avatar with the given name and using the given avatar base URL.
 
Method Summary
 
Methods inherited from class jautil.avatar.BaseAccess
asdData, avatarDefStream, avatarDefURL, avatarName, baseURL, configData, nonmanualsData, terminateAccess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jautil.avatar.AvatarAccess
asdData, avatarDefStream, avatarDefURL, avatarName, baseURL, configData, nonmanualsData, terminateAccess
 

Constructor Detail

DirectFilesAccess

public DirectFilesAccess(java.lang.String av,
                         java.lang.String avburl)
                  throws AvatarDataException
Constructs a new direct files access instance for the avatar with the given name and using the given avatar base URL.

Throws:
AvatarDataException