org.constretto.model
Class UrlResource

java.lang.Object
  extended by org.constretto.model.Resource
      extended by org.constretto.model.UrlResource

public class UrlResource
extends Resource

Author:
Kaare Nilsen

Field Summary
 
Fields inherited from class org.constretto.model.Resource
CLASSPATH_PREFIX, FILE_PREFIX
 
Constructor Summary
UrlResource(String path)
           
 
Method Summary
 boolean exists()
           
 InputStream getInputStream()
           
 
Methods inherited from class org.constretto.model.Resource
create, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UrlResource

public UrlResource(String path)
Method Detail

exists

public boolean exists()
Specified by:
exists in class Resource

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in class Resource


Copyright © 2008-2013. All Rights Reserved.