| Modifier and Type | Field and Description | 
|---|---|
protected long | 
length
file length 
 | 
| Constructor and Description | 
|---|
FS.Attributes(File path,
             FS fs)
Constructor when there are issues with reading 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCreationTime()  | 
File | 
getFile()  | 
long | 
getLastModifiedTime()  | 
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()
public long getLastModifiedTime()
public long getLength()
public String getName()
public File getFile()
Copyright © 2015 Eclipse JGit Project. All rights reserved.