org.apache.oodt.cas.pushpull.protocol.http
Class HttpPath
java.lang.Object
org.apache.oodt.cas.pushpull.protocol.ProtocolPath
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
HttpPath
protected HttpPath(String virtualPath,
boolean isDir,
URL link,
HttpPath parent)
throws MalformedURLException
- Constructor
- Parameters:
url - The URL for this PathisDir - Tells whether this Path is a directory
- Throws:
MalformedURLException
getLink
protected URL getLink()
getParentPath
public ProtocolPath getParentPath()
throws MalformedURLException
- Overrides:
getParentPath in class ProtocolPath
- Throws:
MalformedURLException
Copyright © 1999-2011 Apache Incubator. All Rights Reserved.