Uses of Class
vooga.network.data.VoogaModule

Packages that use VoogaModule
vooga.network.data   
vooga.network.util   
 

Uses of VoogaModule in vooga.network.data
 

Methods in vooga.network.data that return VoogaModule
 VoogaModule DataManager.getMyModule()
           
static VoogaModule VoogaModule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VoogaModule[] VoogaModule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in vooga.network.data with parameters of type VoogaModule
DataManager(java.lang.String mainDir, VoogaModule module)
          Creates a DataManager for the given module using files stored in the given main directory.
LocalDataManager(VoogaModule module)
          This creates a LocalDataManager for the given module.
NetworkDataManager(VoogaModule module)
           
 

Uses of VoogaModule in vooga.network.util
 

Methods in vooga.network.util with parameters of type VoogaModule
static VoogaUtilsClient VoogaUtilsClient.getUtilsClient(VoogaModule module)
          Retrieves the utilities client that has access to the given module's data on the server.