public class DirectFilesAccess extends BaseAccess implements AvatarAccess
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 and Description |
---|
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.
|
asdData, avatarDefStream, avatarDefURL, avatarName, baseURL, configData, nonmanualsData, terminateAccess
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asdData, avatarDefStream, avatarDefURL, avatarName, baseURL, configData, nonmanualsData, terminateAccess
public DirectFilesAccess(java.lang.String av, java.lang.String avburl) throws AvatarDataException
AvatarDataException