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 Set from the symbol table to the repository.
 

Method Detail

writeSymbols

void writeSymbols(java.util.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.

Throws:
RepositoryException