org.richfaces.cdk.vfs
Interface VFSRoot

All Superinterfaces:
Closeable, VirtualFile
All Known Implementing Classes:
FileVFSRoot, ZipVFSRoot

public interface VFSRoot
extends Closeable, VirtualFile

Author:
Nick Belaevski

Method Summary
 VFSType getType()
           
 void initialize()
           
 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 IOException
Throws:
IOException

getType

VFSType getType()

toURL

URL toURL()
          throws MalformedURLException
Throws:
MalformedURLException


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