|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.silvercrawler.model.FileFolder
public class FileFolder
Class declaration
Constructor Summary | |
---|---|
FileFolder(String rootPath,
String path)
Constructor declaration |
|
FileFolder(String rootPath,
String path,
boolean isAdmin,
String componentId)
|
Method Summary | |
---|---|
Collection<FileDetail> |
getFiles()
Method declaration |
Collection<FileDetail> |
getFolders()
Method declaration |
String |
getName()
Method declaration |
String |
getPath()
Method declaration |
boolean |
isReadable()
|
boolean |
isWritable()
|
void |
setReadable(boolean readable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileFolder(String rootPath, String path)
path
-
public FileFolder(String rootPath, String path, boolean isAdmin, String componentId)
Method Detail |
---|
public boolean isWritable()
public Collection<FileDetail> getFiles()
public Collection<FileDetail> getFolders()
public String getName()
public String getPath()
public void setReadable(boolean readable)
readable
- the readable to setpublic boolean isReadable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |