org.jboss.virtual.spi
Class LinkInfo
java.lang.Object
org.jboss.virtual.spi.LinkInfo
- All Implemented Interfaces:
- Serializable
public class LinkInfo
- extends Object
- implements Serializable
A class representing the information for a VFS link.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkInfo
public LinkInfo(String name,
URI linkTarget)
- Create a LinkInfo
- Parameters:
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.
getLinkTarget
public URI getLinkTarget()
getName
public String getName()
Copyright © 2009 JBoss, A division of Red Hat, Inc. All Rights Reserved.