Package org.apache.stylebook
Interface Entry
-
- All Known Implementing Classes:
BasicEntry
,ResourceEntry
public interface 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
create(java.io.OutputStream out)
boolean
equals(Entry e)
-
-
-
Method Detail
-
create
void create(java.io.OutputStream out) throws java.io.IOException, CreationException
- Throws:
java.io.IOException
CreationException
-
equals
boolean equals(Entry e)
-
-