org.apache.stylebook
Class Project

java.lang.Object
  extended by org.apache.stylebook.Project

public class Project
extends Object

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
Project(Engine engine, Document project, Parameters parambase, URL u)
           
 
Method Summary
 void create(String name, OutputStream out)
           
 Enumeration getEntryNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project

public Project(Engine engine,
               Document project,
               Parameters parambase,
               URL u)
        throws LoadingException,
               IOException
Throws:
LoadingException
IOException
Method Detail

getEntryNames

public Enumeration getEntryNames()

create

public void create(String name,
                   OutputStream out)
            throws IOException,
                   CreationException
Throws:
IOException
CreationException