Class LocalSite

All Implemented Interfaces:
RMJSONArchiver.GetKeys, RMPropertyChanger, PropertyChangeListener, Cloneable, EventListener

public class LocalSite extends FileSite
A FileSite subclass that stores files in a named directory relative to SnapCode home directory.
  • Constructor Details

    • LocalSite

      public LocalSite()
  • Method Details

    • getURLScheme

      public String getURLScheme()
      Returns the string identifying the prefix for URLs in this data source.
    • getJSONKeys

      public List<String> getJSONKeys()
      RMJSONArchiver GetKeys method.
      Specified by:
      getJSONKeys in interface RMJSONArchiver.GetKeys
      Overrides:
      getJSONKeys in class WebSite
    • getStandardFile

      protected File getStandardFile(String aPath)
      Returns the Java file for RMFile.
      Overrides:
      getStandardFile in class FileSite
    • getPathInFileSystem

      protected String getPathInFileSystem()
      Returns the path of this data source in file system.