gov.llnl.babel.repository
Interface SymbolWriter
- All Known Subinterfaces: 
- Repository
- All Known Implementing Classes: 
- FileRepository, WebRepository
- public interface SymbolWriter 
The SymbolWriter interface is implemented by repository
 concrete classes that write sidl symbols to an external repository.
| Method Summary | 
|  void | writeSymbols(java.util.Set symbol_names)Write the symbols in the
 Setfrom the symbol table
 to the repository. | 
 
writeSymbols
void writeSymbols(java.util.Set symbol_names)
                  throws RepositoryException
- Write the symbols in the Setfrom the symbol table
 to the repository.  Each set entry is aSymbolIDof
 the symbol to be written to the repository.
 
- 
- Throws:
- RepositoryException