org.kuali.common.util.execute
Class RunOnceExecutable

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

Deprecated.

@Deprecated
public class RunOnceExecutable
extends Object
implements Executable


Constructor Summary
RunOnceExecutable()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
 String getEncoding()
          Deprecated.  
 Executable getExecutable()
          Deprecated.  
protected  ExecutionMode getExecutionMode(Properties properties, String key)
          Deprecated.  
 File getPropertiesFile()
          Deprecated.  
 String getProperty()
          Deprecated.  
protected  boolean isAlways(ExecutionMode mode)
          Deprecated.  
protected  boolean isRunOnce(ExecutionMode mode)
          Deprecated.  
 boolean isSkip()
          Deprecated.  
 void setEncoding(String encoding)
          Deprecated.  
 void setExecutable(Executable executable)
          Deprecated.  
 void setPropertiesFile(File propertiesFile)
          Deprecated.  
 void setProperty(String property)
          Deprecated.  
 void setSkip(boolean skip)
          Deprecated.  
protected  void setState(Properties properties, String key, ExecutionMode mode)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunOnceExecutable

public RunOnceExecutable()
Deprecated. 
Method Detail

execute

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

isAlways

protected boolean isAlways(ExecutionMode mode)
Deprecated. 

isRunOnce

protected boolean isRunOnce(ExecutionMode mode)
Deprecated. 

getExecutionMode

protected ExecutionMode getExecutionMode(Properties properties,
                                         String key)
Deprecated. 

setState

protected void setState(Properties properties,
                        String key,
                        ExecutionMode mode)
Deprecated. 

getExecutable

public Executable getExecutable()
Deprecated. 

setExecutable

public void setExecutable(Executable executable)
Deprecated. 

getPropertiesFile

public File getPropertiesFile()
Deprecated. 

setPropertiesFile

public void setPropertiesFile(File propertiesFile)
Deprecated. 

getProperty

public String getProperty()
Deprecated. 

setProperty

public void setProperty(String property)
Deprecated. 

getEncoding

public String getEncoding()
Deprecated. 

setEncoding

public void setEncoding(String encoding)
Deprecated. 

isSkip

public boolean isSkip()
Deprecated. 

setSkip

public void setSkip(boolean skip)
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.