public class ParsedFileName
extends java.lang.Object
fileSystem
and namePart
. For
example the string "/blobstore/new" gets
parsed into:
fileSystem = blobstore
namePart = new
Constructor and Description |
---|
ParsedFileName(java.lang.String decoratedName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileSystem() |
java.lang.String |
getFullPath() |
java.lang.String |
getNamePart() |