Package org.apache.stylebook
Class ResourceEntry
- java.lang.Object
-
- 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 19:39:14 +0100 (Wed, 01 Dec 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
-
-
Constructor Summary
Constructors Constructor Description ResourceEntry(Engine e, java.net.URL s, java.lang.String t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(java.io.OutputStream o)
boolean
equals(Entry e)
-
-
-
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 interfaceEntry
- Throws:
java.io.IOException
CreationException
-
-