Uses of Class
uk.ac.vamsas.client.simpleclient.VamsasFile

Packages that use VamsasFile
uk.ac.vamsas.client.simpleclient   
uk.ac.vamsas.test.simpleclient   
 

Uses of VamsasFile in uk.ac.vamsas.client.simpleclient
 

Methods in uk.ac.vamsas.client.simpleclient that return VamsasFile
 VamsasFile VamsasFileWatcherElement.getWatched()
           
 

Constructors in uk.ac.vamsas.client.simpleclient with parameters of type VamsasFile
VamsasArchive(VamsasFile archive, boolean vamsasdocument, boolean overwrite)
          Constructor for accessing Files under file-lock management (ie a session file)
VamsasArchive(VamsasFile archive)
          read and write to archive - will not overwrite original contents, and will always write an up to date vamsas document structure.
VamsasFileWatcherElement(VamsasFile watcher, WatcherCallBack handler)
          create a new, enabled watch element
VamsasFileWatcherElement(VamsasFile watcher, WatcherCallBack handler, boolean enableWatching)
          new watcher with flag to initially skip watching this sessionfile
 

Uses of VamsasFile in uk.ac.vamsas.test.simpleclient
 

Constructors in uk.ac.vamsas.test.simpleclient with parameters of type VamsasFile
ArchiveClient(UserHandle user, VamsasFile vsess)