Package | Description |
---|---|
org.alfresco.jlan.server.filesys.cache | |
org.alfresco.jlan.server.filesys.pseudo |
Modifier and Type | Method and Description |
---|---|
void |
FileState.addPseudoFile(PseudoFile pfile)
Add a pseudo file to this folder
|
Modifier and Type | Class and Description |
---|---|
class |
LocalPseudoFile
Local Pseudo File Class
|
class |
MemoryPseudoFile
In Memory Pseudo File Class
|
Modifier and Type | Method and Description |
---|---|
PseudoFile |
PseudoFileList.findFile(String fname,
boolean caseSensitive)
Search for the specified pseudo file name
|
PseudoFile |
PseudoFileList.getFileAt(int idx)
Return the file at the specified index in the list
|
PseudoFile |
PseudoFileInterface.getPseudoFile(SrvSession sess,
TreeConnection tree,
String path)
Return the pseudo file for the specified path, or null if the path is not a pseudo file
|
PseudoFile |
PseudoFileList.removeFile(String fname,
boolean caseSensitive)
Remove the specified pseudo file from the list
|
Modifier and Type | Method and Description |
---|---|
void |
PseudoFileList.addFile(PseudoFile pfile)
Add a pseudo file to the list
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.