| Constructor and Description |
|---|
FileCtx(xyz.cofe.fs.File file) |
| Modifier and Type | Method and Description |
|---|---|
GlobCLI.FileCtx |
getAbs() |
String |
getBaseName() |
String |
getBasicName() |
GlobCLI.FileCtx |
getCanonical() |
String[] |
getComponents() |
String |
getExt() |
String |
getExtension() |
long |
getLength() |
xyz.cofe.text.template.ctx.DateVar |
getModifyDate() |
String |
getName() |
GlobCLI.FileCtx |
getParent() |
String |
getPath() |
String |
getSize() |
boolean |
isAbsolute() |
boolean |
isDirectory() |
boolean |
isExecutable() |
boolean |
isExists() |
boolean |
isFile() |
boolean |
isReadable() |
boolean |
isRoot() |
boolean |
isWritable() |
public GlobCLI.FileCtx getParent()
public GlobCLI.FileCtx getCanonical()
public GlobCLI.FileCtx getAbs()
public boolean isDirectory()
public boolean isFile()
public boolean isExists()
public xyz.cofe.text.template.ctx.DateVar getModifyDate()
public long getLength()
public String getSize()
public boolean isReadable()
public boolean isWritable()
public boolean isExecutable()
public String[] getComponents()
public String getName()
public String getPath()
public boolean isAbsolute()
public boolean isRoot()
public String getExtension()
public String getExt()
public String getBasicName()
public String getBaseName()
Copyright © 2017. All rights reserved.