|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.virtual.spi.LinkInfo
public class LinkInfo
A class representing the information for a VFS link.
| Constructor Summary | |
|---|---|
LinkInfo(java.lang.String name,
java.net.URI linkTarget)
Create a LinkInfo |
|
| Method Summary | |
|---|---|
java.net.URI |
getLinkTarget()
|
java.lang.String |
getName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkInfo(java.lang.String name,
java.net.URI linkTarget)
name - - the simple name of the target link. If null the linkTarget
name will be used.linkTarget - - the URI of the target of the link.| Method Detail |
|---|
public java.net.URI getLinkTarget()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||