public class AzureFilePath extends Object implements Path
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FileSystemProvider |
getFileSystemProvider()
Gets the file system provider for this path.
|
String |
getName()
Gets the last element of the path.
|
Path |
getParent()
Gets the path referring to the location containing
the path.
|
int |
hashCode() |
boolean |
isAbsolute()
Indicates whether the path is absolute
or relative.
|
Path |
resolve(String childPath)
Adds additional elements to the path.
|
Path |
toAbsolutePath()
Converts a relative path into an absolute
path.
|
File |
toFile()
Gets the local file corresponding to the path.
|
String |
toString()
Gets the string representation of the path.
|
String |
toURL()
Returns the URL string corresponding to this path.
|
public FileSystemProvider getFileSystemProvider()
PathgetFileSystemProvider in interface Pathpublic boolean isAbsolute()
PathFor most file systems, all paths are absolute.
isAbsolute in interface Pathtrue if the path starts
from the file system root, false
otherwise.public Path toAbsolutePath()
PathtoAbsolutePath in interface Pathpublic Path getParent()
Pathpublic String getName()
Pathpublic Path resolve(String childPath)
Pathpublic File toFile()
Pathnull.public String toURL()
Pathpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2021 Actian Corporation. All rights reserved.