Uses of Interface
ac.simons.neo4j.migrations.core.CypherResource
Packages that use CypherResource
-
Uses of CypherResource in ac.simons.neo4j.migrations.core
Fields in ac.simons.neo4j.migrations.core declared as CypherResourceModifier and TypeFieldDescriptionprotected final CypherResource
AbstractCypherBasedMigration.cypherResource
The underlying resource representing the content of this migration.Methods in ac.simons.neo4j.migrations.core that return CypherResourceModifier 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.Constructors in ac.simons.neo4j.migrations.core with parameters of type CypherResourceModifierConstructorDescriptionprotected
AbstractCypherBasedMigration
(CypherResource cypherResource) Required to be called so that theAbstractCypherBasedMigration.cypherResource
gets initialized proper