org.freehep.rtti
Interface Generator


public interface Generator

Version:
$Id: Generator.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

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

Method Detail

getProperties

Properties getProperties()

directory

String directory(IClass clazz)

filename

String filename(IClass clazz)

print

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.