gov.llnl.babel.repository

Interface SymbolWriter

Known Subinterfaces:
Repository
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(Set symbol_names)
Write the symbols in the Set from the symbol table to the repository.

Method Details

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.