org.jboss.wsf.spi.deployment
Interface UnifiedVirtualFile

All Superinterfaces:
Serializable
All Known Subinterfaces:
WritableUnifiedVirtualFile
All Known Implementing Classes:
URLLoaderAdapter

public interface UnifiedVirtualFile
extends 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(String child)
           
 List<UnifiedVirtualFile> getChildren()
           
 String getName()
           
 URL toURL()
           
 

Method Detail

findChild

UnifiedVirtualFile findChild(String child)
                             throws IOException
Throws:
IOException

getChildren

List<UnifiedVirtualFile> getChildren()
                                     throws IOException
Throws:
IOException

getName

String getName()

toURL

URL toURL()


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