org.crsh.vfs
Class Resource

java.lang.Object
  extended by org.crsh.vfs.Resource

public class Resource
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Resource(String content, long timestamp)
           
Resource(String content, long timestamp, URL url)
           
 
Method Summary
 String getContent()
           
 long getTimestamp()
           
 URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource(String content,
                long timestamp)

Resource

public Resource(String content,
                long timestamp,
                URL url)
Method Detail

getContent

public String getContent()

getTimestamp

public long getTimestamp()

getURL

public URL getURL()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.