Package io.apiman.manager.test.server
Interface ISeeder
-
- All Known Implementing Classes:
DefaultTestDataSeeder
public interface ISeederInterface implemented by classes that seed the apiman database with data on startup.- Author:
- eric.wittmann@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSTEM_PROPERTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidseed(IStorage storage)
-
-
-
Field Detail
-
SYSTEM_PROPERTY
static final String SYSTEM_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
seed
void seed(IStorage storage) throws StorageException
- Parameters:
storage- the storage- Throws:
StorageException- when storage attempt fails
-
-