gov.llnl.babel.repository
Interface SymbolWriter
- Repository
- FileRepository, WebRepository
public interface SymbolWriter
The SymbolWriter interface is implemented by repository
concrete classes that write sidl symbols to an external repository.
void | writeSymbols(Set symbol_names)- Write the symbols in the
Set from the symbol table
to the repository.
|
writeSymbols
public void writeSymbols(Set symbol_names)
throws RepositoryException Write the symbols in the Set from the symbol table
to the repository. Each set entry is a SymbolID of
the symbol to be written to the repository.