Uses of Class
org.jboss.virtual.spi.LinkInfo

Packages that use LinkInfo
org.jboss.virtual   
org.jboss.virtual.plugins.context.file   
 

Uses of LinkInfo in org.jboss.virtual
 

Methods in org.jboss.virtual that return types with arguments of type LinkInfo
static List<LinkInfo> VFSUtils.readLinkInfo(InputStream is, String name, Properties props)
          Read the link information from the stream based on the type as determined from the name suffix.
 

Method parameters in org.jboss.virtual with type arguments of type LinkInfo
static void VFSUtils.parseLinkProperties(InputStream is, List<LinkInfo> info, Properties props)
          Parse a properties link file
 

Uses of LinkInfo in org.jboss.virtual.plugins.context.file
 

Constructor parameters in org.jboss.virtual.plugins.context.file with type arguments of type LinkInfo
LinkHandler(FileSystemContext context, VirtualFileHandler parent, URI uri, String name, List<LinkInfo> links)
          Create a new LinkHandler.
 



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