org.jboss.virtual.spi
Class LinkInfo

java.lang.Object
  extended by 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

Constructor Summary
LinkInfo(String name, URI linkTarget)
          Create a LinkInfo
 
Method Summary
 URI getLinkTarget()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getLinkTarget

public URI getLinkTarget()

getName

public String getName()


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