org.crsh.vfs.spi.url
Class Resource

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

public class Resource
extends Object

Author:
Julien Viet

Field Summary
 long lastModified
          .
 InputStreamFactory streamFactory
          .
 URL url
          .
 
Constructor Summary
Resource(URL url, InputStreamFactory streamFactory, long lastModified)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final URL url
.


streamFactory

public final InputStreamFactory streamFactory
.


lastModified

public final long lastModified
.

Constructor Detail

Resource

Resource(URL url,
         InputStreamFactory streamFactory,
         long lastModified)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.