public class Resource extends Object
private byte[]
content
private String
name
private long
timestamp
Resource(String name, byte[] content, long timestamp)
Resource(String name, URL url)
byte[]
getContent()
String
getName()
long
getTimestamp()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final String name
private final byte[] content
private long timestamp
public Resource(String name, byte[] content, long timestamp)
public Resource(String name, URL url) throws IOException
IOException
public String getName()
public byte[] getContent()
public long getTimestamp()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.