Modifier and Type | Field and Description |
---|---|
String |
relativePath
Relative path name from artifacts root.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayPath() |
File |
getFile()
Deprecated.
May not be meaningful with custom artifact managers. Use
ArtifactManager.root() plus VirtualFile.child(java.lang.String) with relativePath instead. |
String |
getFileName()
Returns just the file name portion, without the path.
|
long |
getFileSize() |
String |
getHref() |
String |
getLength() |
String |
getTreeNodeId() |
String |
toString() |
@Exported(visibility=3) public final String relativePath
@Deprecated @Nonnull public File getFile()
ArtifactManager.root()
plus VirtualFile.child(java.lang.String)
with relativePath
instead.@Exported(visibility=3) public String getFileName()
@Exported(visibility=3) public String getDisplayPath()
public String getHref()
public String getLength()
public long getFileSize()
public String getTreeNodeId()
Copyright © 2014. All rights reserved.