public static class SetSystemPropertyExecutable.Builder extends Object
Constructor and Description |
---|
SetSystemPropertyExecutable.Builder(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
SetSystemPropertyExecutable |
build() |
SetSystemPropertyExecutable.Builder |
context(LoggerContext context) |
com.google.common.base.Optional<LoggerContext> |
getContext() |
String |
getKey() |
String |
getValue() |
boolean |
isSkip() |
SetSystemPropertyExecutable.Builder |
log(String msg) |
SetSystemPropertyExecutable.Builder |
log(String msg,
List<Object> args) |
void |
setContext(com.google.common.base.Optional<LoggerContext> context) |
void |
setSkip(boolean skip) |
SetSystemPropertyExecutable.Builder |
skip(boolean skip) |
public SetSystemPropertyExecutable.Builder(String key, String value)
public SetSystemPropertyExecutable.Builder log(String msg)
public SetSystemPropertyExecutable.Builder log(String msg, List<Object> args)
public SetSystemPropertyExecutable.Builder context(LoggerContext context)
public SetSystemPropertyExecutable.Builder skip(boolean skip)
public SetSystemPropertyExecutable build()
public com.google.common.base.Optional<LoggerContext> getContext()
public void setContext(com.google.common.base.Optional<LoggerContext> context)
public boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.