|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MIMETypeHandler
This interface specifies a virtual filesystem MIME type handler, for resolving a specified MIME type into a new virtual filesystem object.
| Method Summary | |
|---|---|
VFile |
resolveAsFile(VFile file)
Resolves the specified VFile to a virtual file in a new virtual filesystem. |
VFolder |
resolveAsFolder(VFile file)
Resolves the specified VFile to a virtual folder in a new virtual filesystem. |
VVolume |
resolveAsVolume(VFile file)
Resolves the specified VFile to a new virtual filesystem volume. |
| Method Detail |
|---|
VFile resolveAsFile(VFile file)
file - the VFile to make the root volume from
VFolder resolveAsFolder(VFile file)
file - the VFile to make the folders root volume from
VVolume resolveAsVolume(VFile file)
file - the VFile to make the root volume from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||