Class VirtualFileAdaptor

java.lang.Object
org.jboss.as.webservices.util.VirtualFileAdaptor
All Implemented Interfaces:
Serializable, org.jboss.wsf.spi.deployment.UnifiedVirtualFile

public final class VirtualFileAdaptor extends Object implements org.jboss.wsf.spi.deployment.UnifiedVirtualFile
A VirtualFile adaptor.
Author:
Thomas.Diesler@jboss.org, Ales.Justin@jboss.org, alessio.soldano@jboss.com
See Also:
  • Constructor Details

    • VirtualFileAdaptor

      public VirtualFileAdaptor(org.jboss.vfs.VirtualFile file)
  • Method Details

    • findChild

      public org.jboss.wsf.spi.deployment.UnifiedVirtualFile findChild(String child) throws IOException
      Specified by:
      findChild in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile
      Throws:
      IOException
    • findChildFailSafe

      public org.jboss.wsf.spi.deployment.UnifiedVirtualFile findChildFailSafe(String child)
      Specified by:
      findChildFailSafe in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile
    • toURL

      public URL toURL()
      Specified by:
      toURL in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile
    • getChildren

      public List<org.jboss.wsf.spi.deployment.UnifiedVirtualFile> getChildren() throws IOException
      Specified by:
      getChildren in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile
      Throws:
      IOException
    • getName

      public String getName()
      Specified by:
      getName in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile