org.apache.stylebook
Class ResourceEntry

java.lang.Object
  extended by org.apache.stylebook.ResourceEntry
All Implemented Interfaces:
Entry

public class ResourceEntry
extends java.lang.Object
implements Entry

Version:
CVS $Revision: 313221 $ $Date: 1999-12-01 18:39:14 +0000 (Wed, 01 Dec 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.

Constructor Summary
ResourceEntry(Engine e, java.net.URL s, java.lang.String t)
           
 
Method Summary
 void create(java.io.OutputStream o)
           
 boolean equals(Entry e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceEntry

public ResourceEntry(Engine e,
                     java.net.URL s,
                     java.lang.String t)
Method Detail

create

public void create(java.io.OutputStream o)
            throws java.io.IOException,
                   CreationException
Specified by:
create in interface Entry
Throws:
java.io.IOException
CreationException

equals

public boolean equals(Entry e)
Specified by:
equals in interface Entry