org.openprivacy.reptile.util
Class PantherLink

java.lang.Object
  |
  +--org.openprivacy.reptile.util.PantherLink

public class PantherLink
extends java.lang.Object

Version:
$Id: PantherLink.java,v 1.4 2002/07/04 20:35:04 burton Exp $
Author:
burtonator

Field Summary
static java.lang.String ROOT
           
static java.lang.String TYPE_LOCAL
           
static java.lang.String TYPE_SERVED
           
 
Constructor Summary
PantherLink()
           
 
Method Summary
static java.lang.String getLink(java.lang.String file)
          Get the link for a Panther link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_LOCAL

public static final java.lang.String TYPE_LOCAL
See Also:
Constant Field Values

TYPE_SERVED

public static final java.lang.String TYPE_SERVED
See Also:
Constant Field Values

ROOT

public static final java.lang.String ROOT
See Also:
Constant Field Values
Constructor Detail

PantherLink

public PantherLink()
Method Detail

getLink

public static java.lang.String getLink(java.lang.String file)
                                throws java.lang.Exception
Get the link for a Panther link. if we are serving them 'local' we should use file:/ URLs, else use relative paths from the HTTP server.

java.lang.Exception