public class FilePath
extends java.lang.Object
| Constructor and Description |
|---|
FilePath(FileStore fs,
java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
static FilePath |
fromFullPath(FileStore fs,
java.lang.String fullPath) |
static FilePath |
fromProtobuf(FilePathInfo path) |
java.lang.String |
fullPath() |
FilePathInfo |
toDebugProtobuf() |
FilePathInfo |
toProtobuf() |
public FileStore fs
public java.lang.String suffix
public FilePath(FileStore fs, java.lang.String suffix)
public java.lang.String fullPath()
public static FilePath fromProtobuf(FilePathInfo path)
public FilePathInfo toProtobuf()
public FilePathInfo toDebugProtobuf()
Copyright © 2024. All rights reserved.