org.apache.oodt.cas.pushpull.protocol.http
Class HttpPath

java.lang.Object
  extended by org.apache.oodt.cas.pushpull.protocol.ProtocolPath
      extended by org.apache.oodt.cas.pushpull.protocol.http.HttpPath
All Implemented Interfaces:
Serializable

public class HttpPath
extends ProtocolPath

Version:
$Revision$

Describe your class here

.
Author:
bfoster
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
isDir, path, relativeToHOME, remotePath
 
Constructor Summary
protected HttpPath(String virtualPath, boolean isDir, URL link, HttpPath parent)
          Constructor
 
Method Summary
protected  URL getLink()
           
 ProtocolPath getParentPath()
           
 
Methods inherited from class org.apache.oodt.cas.pushpull.protocol.ProtocolPath
checkForDelimiters, equals, getDownloadFileName, getDownloadPath, getFileName, getParentDirPath, getPathString, isDirectory, isRelativeToHOME, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpPath

protected HttpPath(String virtualPath,
                   boolean isDir,
                   URL link,
                   HttpPath parent)
            throws MalformedURLException
Constructor

Parameters:
url - The URL for this Path
isDir - Tells whether this Path is a directory
Throws:
MalformedURLException
Method Detail

getLink

protected URL getLink()

getParentPath

public ProtocolPath getParentPath()
                           throws MalformedURLException
Overrides:
getParentPath in class ProtocolPath
Throws:
MalformedURLException


Copyright © 1999-2011 Apache OODT. All Rights Reserved.