gov.llnl.babel.backend
public interface BuildGenerator
Modifier and Type | Method and Description |
---|---|
void |
createAll()
Generate the files needed to support the building of Babel generated
files.
|
java.util.Set |
getLanguages()
Return the set of languages that this build generator serves.
|
void createAll() throws java.io.IOException
babel.make
files
or a Python setup.py for distutils.java.io.IOException
- this is a exception that contains
all the I/O exceptions that occurred during file generation.java.util.Set getLanguages()
Set
of strings. Each string in the set
represents a language supported by the build generator.