| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.fs.File |
file |
| Constructor and Description |
|---|
FileCtx(xyz.cofe.fs.File file) |
| Modifier and Type | Method and Description |
|---|---|
FileCtx |
getAbs() |
String |
getBaseName() |
String |
getBasicName() |
FileCtx |
getCanonical() |
String[] |
getComponents() |
String |
getExt() |
String |
getExtension() |
long |
getLength() |
xyz.cofe.text.template.ctx.DateVar |
getModifyDate() |
String |
getName() |
FileCtx |
getParent() |
String |
getPath() |
boolean |
isAbsolute() |
boolean |
isDirectory() |
boolean |
isExecutable() |
boolean |
isExists() |
boolean |
isFile() |
boolean |
isReadable() |
boolean |
isRoot() |
boolean |
isWritable() |
public FileCtx getParent()
public FileCtx getCanonical()
public FileCtx getAbs()
public boolean isDirectory()
public boolean isFile()
public boolean isExists()
public xyz.cofe.text.template.ctx.DateVar getModifyDate()
public long getLength()
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.