org.argouml.uml.generator
Interface FileGenerator

All Known Implementing Classes:
GeneratorJava

public interface FileGenerator

This class is the interface that tells that a certain generator can generate a file.


Field Summary
static String FILE_SEPARATOR
          The fileseperation for this operating system.
 
Method Summary
 String generateFile2(Object node, String path)
          Generates a file for this classifier.
 

Field Detail

FILE_SEPARATOR

public static final String FILE_SEPARATOR
The fileseperation for this operating system.

Method Detail

generateFile2

public String generateFile2(Object node,
                            String path)
Generates a file for this classifier. TODO: This will only work for languages that have each node in a separate files (one or more).

Parameters:
node - the node
path - the path
Returns:
filename the generated file


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook