Class AbstractAppFileSystemConfig<T extends AbstractAppFileSystemConfig<T>>


  • public abstract class AbstractAppFileSystemConfig<T extends AbstractAppFileSystemConfig<T>>
    extends Object
    Author:
    Geoffroy Jamgotchian
    • Field Detail

      • DEFAULT_REMOTELY_ACCESSIBLE

        protected static final boolean DEFAULT_REMOTELY_ACCESSIBLE
        See Also:
        Constant Field Values
      • driveName

        protected String driveName
      • remotelyAccessible

        protected boolean remotelyAccessible
    • Constructor Detail

      • AbstractAppFileSystemConfig

        public AbstractAppFileSystemConfig​(String driveName,
                                           boolean remotelyAccessible)
    • Method Detail

      • getDriveName

        public String getDriveName()
      • setDriveName

        public T setDriveName​(String driveName)
      • isRemotelyAccessible

        public boolean isRemotelyAccessible()
      • setRemotelyAccessible

        public T setRemotelyAccessible​(boolean remotelyAccessible)