Uses of Interface
text.FileGetterInterface

Packages that use FileGetterInterface
text   
 

Uses of FileGetterInterface in text
 

Classes in text that implement FileGetterInterface
 class FileGetter
          FileGetter is an abstract class which acts as a meeting point for all classes which wish to open a file.
 class JSONGetter
          Retrieves data from a JSON file saved in TextConvertor format into the data structure.
 class XMLGetter
          Retieves data from a XLM file saved in TextConvertor format into the data structure.