public abstract class ELFile extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<ELFile> |
FILE_NAME_COMPARATOR |
Modifier | Constructor and Description |
---|---|
protected |
ELFile(ELVolume volume) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
abstract String |
getAbsoluteURL() |
abstract List<ELFile> |
getChildren() |
abstract File |
getFile() |
abstract ELFile |
getParentFile() |
String |
getPath() |
String |
getRelativePath() |
abstract String |
getThumbnailURL() |
abstract String |
getURL() |
ELVolume |
getVolume() |
int |
hashCode() |
boolean |
isDirectory() |
boolean |
isRoot() |
String |
toString() |
void |
updateInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse respones) |
public static final Comparator<ELFile> FILE_NAME_COMPARATOR
protected ELFile(ELVolume volume)
public abstract String getURL()
public abstract String getAbsoluteURL()
public abstract String getThumbnailURL()
public ELVolume getVolume()
public abstract File getFile()
public abstract ELFile getParentFile()
public boolean isRoot()
public boolean isDirectory()
public String getRelativePath()
public String getPath()
public void updateInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse respones)
Copyright © 2012-2018. All Rights Reserved.