FreeHEP API
Version current

org.freehep.jaco.generator
Interface Generator

All Known Implementing Classes:
AbstractGenerator, AbstractGenerator

public interface Generator

Version:
$Id: Generator.java,v 1.11 2005/04/26 06:49:40 duns Exp $
Author:
Mark Donszelmann
Source Code:
Generator.java

Method Summary
 String directory(IClass clazz)
           
 String filename(IClass clazz)
           
 Properties getProperties()
           
 boolean print(File file, IClass clazz)
           
 

Method Detail

getProperties

public Properties getProperties()

directory

public String directory(IClass clazz)

filename

public String filename(IClass clazz)

print

public boolean print(File file,
                     IClass clazz)
              throws IOException
Returns:
true to stop generating more files
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.