Class StorageService

  • Direct Known Subclasses:
    XMLStorage

    public class StorageService
    extends Service
    The base class for all storage services. Many of these methods take an optional parameter called either loadOptions or saveOptions. These specify extra options, separated by blanks. These appear as they would in an input file, e.g. name="value" name="value"... Single quotes are valid too, e.g. name='value'. The actual names and values are particular to the derived class. See XMLStorage for an example.
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageService()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StorageService

        public StorageService()