com.silverpeas.attachment.web
Class ZipEntity

java.lang.Object
  extended by com.silverpeas.attachment.web.ZipEntity
All Implemented Interfaces:
Exposable, Serializable

public class ZipEntity
extends Object
implements Exposable

See Also:
Serialized Form

Constructor Summary
ZipEntity(URI uri, String url, long size)
           
 
Method Summary
 URI getURI()
          Gets the URI at which this resource is published and can be accessed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipEntity

public ZipEntity(URI uri,
                 String url,
                 long size)
Method Detail

getURI

public URI getURI()
Description copied from interface: Exposable
Gets the URI at which this resource is published and can be accessed.

Specified by:
getURI in interface Exposable
Returns:
the web resource URI.


Copyright © 2016 Silverpeas. All Rights Reserved.