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.
FILE_SEPARATOR
public static final String FILE_SEPARATOR
- The fileseperation for this operating system.
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 nodepath
- the path
- Returns:
- filename the generated file