Class ListFilesystems (0.123.28)

public class ListFilesystems

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.

Inheritance

java.lang.Object > ListFilesystems

Static Methods

main(String[] args)

public static void main(String[] args)

See the class documentation.

Parameter
NameDescription
argsString[]
Exceptions
TypeDescription
IOException

Constructors

ListFilesystems()

public ListFilesystems()