Class EclipseSite

  • All Implemented Interfaces:
    RMJSONArchiver.GetKeys, RMPropertyChanger, java.beans.PropertyChangeListener, java.lang.Cloneable, java.util.EventListener

    public class EclipseSite
    extends FileSite
    A data source that reads/writes to a an Eclipse project in the local file system.
    • Constructor Detail

      • EclipseSite

        public EclipseSite()
    • Method Detail

      • getURLScheme

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

        protected java.util.List<WebFile> getFilesImpl​(WebFile aFile)
                                                throws java.lang.Exception
        Returns files at path.
        Overrides:
        getFilesImpl in class FileSite
        Throws:
        java.lang.Exception