RichFaces CDK: Resources Maven Plugin 4.2.1.CR1

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

RichFaces CDK: Resources Maven Plugin 4.2.1.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.