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 CypherResourceAbstractCypherBasedMigration.cypherResourceThe 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 CypherResourceCreates a new resource for the given URL, using the default settings for autocrlf.static CypherResourceCreates a new resource for the given URL.Constructors in ac.simons.neo4j.migrations.core with parameters of type CypherResourceModifierConstructorDescriptionprotectedAbstractCypherBasedMigration(CypherResource cypherResource) Required to be called so that theAbstractCypherBasedMigration.cypherResourcegets initialized proper