Package dev.enola.common.io
Class MoreFileSystems
java.lang.Object
dev.enola.common.io.MoreFileSystems
Utilities for
FileSystem, similar to FileSystems.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableSet<String> Set of registered FileSystem schemas; e.g. -
Method Summary
-
Field Details
-
URI_SCHEMAS
Set of registered FileSystem schemas; e.g. "file" (for "file:///...") and "jar" etc.
-