NodeFile 类
定义
Information about a file or directory on a compute node.
public class NodeFile
- 继承
-
java.lang.ObjectNodeFile
方法
isDirectory() |
Get the isDirectory value.
|
name() |
Get the name value.
|
properties() |
Get the properties value.
|
url() |
Get the url value.
|
withIsDirectory(Boolean isDirectory) |
Set the isDirectory value.
|
withName(String name) |
Set the name value.
|
withProperties(FileProperties properties) |
Set the properties value.
|
withUrl(String url) |
Set the url value.
|