Class FileSystemOptions

    • Constructor Summary

      Constructors 
      Constructor Description
      FileSystemOptions()
      Constructs a new instance.
      FileSystemOptions​(java.util.Map<org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey,​java.lang.Object> options)
      Constructs a new instance with the given options.
    • Constructor Detail

      • FileSystemOptions

        public FileSystemOptions​(java.util.Map<org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey,​java.lang.Object> options)
        Constructs a new instance with the given options.
        Parameters:
        options - the options.
        Since:
        2.10.0
    • Method Detail

      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
        Since:
        2.0
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object