Package ac.simons.neo4j.migrations.core
Interface Discoverer<T>
- Type Parameters:
T
- The type of things to discover
- All Known Implementing Classes:
StaticJavaBasedMigrationDiscoverer
public interface Discoverer<T>
Discoverer of migrations.
- Since:
- 0.0.3
- Author:
- Michael J. Simons
- Soundtrack
- Motörhead - 1916
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondiscover
(MigrationContext context) Discover migrations within the given context.
-
Field Details
-
LOGGER
Logger used for writing specific discovery information.
-
-
Method Details
-
discover
Discover migrations within the given context.- Parameters:
context
- The context of the ongoing migration.- Returns:
- A collection of migrations.
-