public interface SymbolWriter
SymbolWriter interface is implemented by repository
concrete classes that write sidl symbols to an external repository.| Modifier and Type | Method and Description |
|---|---|
void |
writeSymbols(java.util.Set symbol_names)
Write the symbols in the
Set from the symbol table
to the repository. |
void writeSymbols(java.util.Set symbol_names)
throws RepositoryException
Set from the symbol table
to the repository. Each set entry is a SymbolID of
the symbol to be written to the repository.RepositoryException