Package io.trino.filesystem
Class Locations
java.lang.Object
io.trino.filesystem.Locations
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringappendPath(String location, String path) Deprecated.static booleanareDirectoryLocationsEquivalent(Location leftLocation, Location rightLocation) Verifies whether the two provided directory location parameters point to the same actual location.
-
Method Details
-
appendPath
Deprecated.useLocation.appendPath(String)instead -
areDirectoryLocationsEquivalent
public static boolean areDirectoryLocationsEquivalent(Location leftLocation, Location rightLocation) Verifies whether the two provided directory location parameters point to the same actual location.
-
Location.appendPath(String)instead