Interface EntryInserter
-
public interface EntryInserter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
insert(Entry entry)
-
-
-
Method Detail
-
insert
void insert(Entry entry) throws InvalidFormatException
- Parameters:
entry
-- Throws:
InvalidFormatException
-
-