Modifier and Type | Field and Description |
---|---|
protected long |
length
file length
|
Constructor and Description |
---|
Attributes(File path,
FS fs)
Constructor when there are issues with reading.
|
Modifier and Type | Method and Description |
---|---|
long |
getCreationTime() |
File |
getFile() |
Instant |
getLastModifiedInstant() |
long |
getLastModifiedTime()
Deprecated.
use getLastModifiedInstant instead
|
long |
getLength() |
String |
getName() |
boolean |
isDirectory() |
boolean |
isExecutable() |
boolean |
isRegularFile() |
boolean |
isSymbolicLink() |
public boolean isDirectory()
public boolean isExecutable()
public boolean isSymbolicLink()
public boolean isRegularFile()
public long getCreationTime()
@Deprecated public long getLastModifiedTime()
public Instant getLastModifiedInstant()
public long getLength()
public String getName()
public File getFile()
Copyright © 2019 Eclipse JGit Project. All rights reserved.