org.kuali.common.util.execute.impl
Class SetSystemPropertyExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.impl.SetSystemPropertyExecutable
All Implemented Interfaces:
Executable

public class SetSystemPropertyExecutable
extends Object
implements Executable


Nested Class Summary
static class SetSystemPropertyExecutable.Builder
           
 
Method Summary
static SetSystemPropertyExecutable.Builder builder(String key, String value)
           
 void execute()
           
 com.google.common.base.Optional<LoggerContext> getContext()
           
 String getKey()
           
 String getValue()
           
 boolean isSkip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

builder

public static SetSystemPropertyExecutable.Builder builder(String key,
                                                          String value)

getKey

public String getKey()

getValue

public String getValue()

getContext

public com.google.common.base.Optional<LoggerContext> getContext()

isSkip

public boolean isSkip()


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.