org.jboss.wsf.spi.deployment
Interface UnifiedVirtualFile

All Superinterfaces:
java.io.Serializable

public interface UnifiedVirtualFile
extends java.io.Serializable

An adaptor to a VirtualFile from jboss-vfs.jar jboss-vfs cannot be used in jboss-4.x because of its dependeny on jboss-common-core.jar

Since:
05-May-2006
Author:
Thomas.Diesler@jboss.org

Method Summary
 UnifiedVirtualFile findChild(java.lang.String child)
           
 java.util.List<UnifiedVirtualFile> getChildren()
           
 java.lang.String getName()
           
 java.net.URL toURL()
           
 

Method Detail

findChild

UnifiedVirtualFile findChild(java.lang.String child)
                             throws java.io.IOException
Throws:
java.io.IOException

getChildren

java.util.List<UnifiedVirtualFile> getChildren()
                                               throws java.io.IOException
Throws:
java.io.IOException

getName

java.lang.String getName()

toURL

java.net.URL toURL()


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