com.lordofthejars.nosqlunit.redis
Class ManagedRedis.ManagedRedisRuleBuilder
java.lang.Object
com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
- Enclosing class:
- ManagedRedis
public static class ManagedRedis.ManagedRedisRuleBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.