Uses of Interface
ac.simons.neo4j.migrations.core.CypherResource
-
Uses of CypherResource in ac.simons.neo4j.migrations.core
Modifier and TypeFieldDescriptionprotected final CypherResource
AbstractCypherBasedMigration.cypherResource
The underlying resource representing the content of this migration.Modifier and TypeMethodDescriptionCypherResource.WithContent.identifiedBy
(String identifier) Adds an identifier to the content and builds the resource.static CypherResource
Creates a new resource for the given URL, using the default settings for autocrlf.static CypherResource
Creates a new resource for the given URL.ModifierConstructorDescriptionprotected
AbstractCypherBasedMigration
(CypherResource cypherResource) Required to be called so that theAbstractCypherBasedMigration.cypherResource
gets initialized proper