|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<LinkInfo> |
VFSUtils.readLinkInfo(java.io.InputStream is,
java.lang.String name,
java.util.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(java.io.InputStream is,
java.util.List<LinkInfo> info,
java.util.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,
java.net.URI uri,
java.lang.String name,
java.util.List<LinkInfo> links)
Create a new LinkHandler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |