public class SetSystemPropertyExecutable extends Object implements Executable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SetSystemPropertyExecutable.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static SetSystemPropertyExecutable.Builder | 
builder(String key,
              String value)  | 
void | 
execute()  | 
com.google.common.base.Optional<LoggerContext> | 
getContext()  | 
String | 
getKey()  | 
String | 
getValue()  | 
boolean | 
isSkip()  | 
public void execute()
execute in interface Executablepublic static SetSystemPropertyExecutable.Builder builder(String key, String value)
public com.google.common.base.Optional<LoggerContext> getContext()
public boolean isSkip()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.