|
Pull Up Method public withConfig(key Setting<?>, value String) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withConfig(key Setting<?>, value String) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public withFixture(fixtureFunction Function<GraphDatabaseService,Void>) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withFixture(fixtureFunction Function<GraphDatabaseService,Void>) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public withFixture(cypherFileOrDirectory File) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withFixture(cypherFileOrDirectory File) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public copyFrom(originalStoreDir File) : InProcessServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public copyFrom(originalStoreDir File) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public withConfig(key String, value String) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withConfig(key String, value String) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method private randomFolderName() : String from class org.neo4j.harness.internal.InProcessServerBuilder to private randomFolderName() : String from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method private init(workingDir File) : void from class org.neo4j.harness.internal.InProcessServerBuilder to private init(workingDir File) : void from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public withExtension(mountPath String, packageName String) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withExtension(mountPath String, packageName String) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method private freePort() : int from class org.neo4j.harness.internal.InProcessServerBuilder to private freePort() : int from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public withExtension(mountPath String, extension Class<?>) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withExtension(mountPath String, extension Class<?>) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method private setDirectory(dir File) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to private setDirectory(dir File) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public newServer() : ServerControls from class org.neo4j.harness.internal.InProcessServerBuilder to public newServer() : ServerControls from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Method public withFixture(fixtureStatement String) : TestServerBuilder from class org.neo4j.harness.internal.InProcessServerBuilder to public withFixture(fixtureStatement String) : TestServerBuilder from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Attribute private fileSystem : FileSystemAbstraction from class org.neo4j.harness.internal.InProcessServerBuilder to private fileSystem : FileSystemAbstraction from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Attribute private serverFolder : File from class org.neo4j.harness.internal.InProcessServerBuilder to private serverFolder : File from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Attribute private extensions : Extensions from class org.neo4j.harness.internal.InProcessServerBuilder to private extensions : Extensions from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Attribute private config : Map<String,String> from class org.neo4j.harness.internal.InProcessServerBuilder to private config : Map<String,String> from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |
|
Pull Up Attribute private fixtures : Fixtures from class org.neo4j.harness.internal.InProcessServerBuilder to private fixtures : Fixtures from class org.neo4j.harness.internal.AbstractInProcessServerBuilder |
From |
To |