Class ListFilesystems


  • public class ListFilesystems
    extends Object
    ListFilesystems is a simple program that lists the available NIO filesystems.

    Note that the code here doesn't do anything special to link in the google-cloud-nio code. It doesn't use any of its methods.

    The README explains how, by just adding the google-cloud-nio JAR in the classpath, this program will magically gain the ability to read files on Google Cloud Storage.

    • Constructor Detail

      • ListFilesystems

        public ListFilesystems()