|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileHandlerPlugin
This knows how to create a virtual file handler from a file or uri.
Field Summary | |
---|---|
static java.util.Comparator<FileHandlerPlugin> |
COMPARATOR
The relative order comparator. |
Method Summary | |
---|---|
VirtualFileHandler |
createHandler(VFSContext context,
VirtualFileHandler parent,
java.io.File file)
Create new virtual file handler from a file or uri. |
int |
getRelativeOrder()
Get relative order. |
Field Detail |
---|
static final java.util.Comparator<FileHandlerPlugin> COMPARATOR
Method Detail |
---|
int getRelativeOrder()
VirtualFileHandler createHandler(VFSContext context, VirtualFileHandler parent, java.io.File file) throws java.io.IOException
context
- the current contextparent
- the parent virtual file handlerfile
- the current file (non null)
java.io.IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |