Uses of Interface
ac.simons.neo4j.migrations.core.ClasspathResourceScanner
Packages that use ClasspathResourceScanner
Package
Description
The main entry package to Neo4j-Migrations.
The runtime infrastructure for configuring and creating instances of
Migrations
.-
Uses of ClasspathResourceScanner in ac.simons.neo4j.migrations.core
Methods in ac.simons.neo4j.migrations.core that return ClasspathResourceScannerMethods in ac.simons.neo4j.migrations.core with parameters of type ClasspathResourceScannerModifier and TypeMethodDescriptionMigrationsConfig.Builder.withResourceScanner
(ClasspathResourceScanner newResourceScanner) -
Uses of ClasspathResourceScanner in ac.simons.neo4j.migrations.quarkus.runtime
Classes in ac.simons.neo4j.migrations.quarkus.runtime that implement ClasspathResourceScannerModifier and TypeClassDescriptionfinal class
This resource scanner holds a list ofresource wrappers
, pointing to (Cypher) resources found on the classpath.Methods in ac.simons.neo4j.migrations.quarkus.runtime with parameters of type ClasspathResourceScannerModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<MigrationsConfig>
MigrationsRecorder.recordConfig
(MigrationsBuildTimeProperties buildTimeProperties, MigrationsProperties runtimeProperties, StaticJavaBasedMigrationDiscoverer discoverer, ClasspathResourceScanner resourceScanner) Records the configuration