com.lordofthejars.nosqlunit.redis
Class ManagedRedis.ManagedRedisRuleBuilder

java.lang.Object
  extended by com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
Enclosing class:
ManagedRedis

public static class ManagedRedis.ManagedRedisRuleBuilder
extends Object


Method Summary
 ManagedRedis.ManagedRedisRuleBuilder appendCommandLineArguments(String argumentName, String argumentValue)
           
 ManagedRedis.ManagedRedisRuleBuilder appendSingleCommandLineArguments(String argument)
           
 ManagedRedis build()
           
 ManagedRedis.ManagedRedisRuleBuilder configurationPath(String configurationPath)
           
static ManagedRedis.ManagedRedisRuleBuilder newManagedRedisRule()
           
 ManagedRedis.ManagedRedisRuleBuilder port(int port)
           
 ManagedRedis.ManagedRedisRuleBuilder redisPath(String redisPath)
           
 ManagedRedis.ManagedRedisRuleBuilder targetPath(String targetPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newManagedRedisRule

public static ManagedRedis.ManagedRedisRuleBuilder newManagedRedisRule()

port

public ManagedRedis.ManagedRedisRuleBuilder port(int port)

targetPath

public ManagedRedis.ManagedRedisRuleBuilder targetPath(String targetPath)

redisPath

public ManagedRedis.ManagedRedisRuleBuilder redisPath(String redisPath)

configurationPath

public ManagedRedis.ManagedRedisRuleBuilder configurationPath(String configurationPath)

appendCommandLineArguments

public ManagedRedis.ManagedRedisRuleBuilder appendCommandLineArguments(String argumentName,
                                                                       String argumentValue)

appendSingleCommandLineArguments

public ManagedRedis.ManagedRedisRuleBuilder appendSingleCommandLineArguments(String argument)

build

public ManagedRedis build()


Copyright © 2012. All Rights Reserved.