org.richfaces.cdk.vfs
Interface VFSRoot

All Superinterfaces:
java.io.Closeable, VirtualFile
All Known Implementing Classes:
FileVFSRoot, ZipVFSRoot

public interface VFSRoot
extends java.io.Closeable, VirtualFile

Author:
Nick Belaevski

Method Summary
 VFSType getType()
           
 void initialize()
           
 java.net.URL toURL()
           
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface org.richfaces.cdk.vfs.VirtualFile
getChild, getChild, getChildren, getInputStream, getName, getRelativePath, isDirectory, isFile
 

Method Detail

initialize

void initialize()
                throws java.io.IOException
Throws:
java.io.IOException

getType

VFSType getType()

toURL

java.net.URL toURL()
                   throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.