|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.execute.RunOnceExecutable
@Deprecated public class RunOnceExecutable
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 |
---|
public RunOnceExecutable()
Method Detail |
---|
public void execute()
execute
in interface Executable
protected boolean isAlways(ExecutionMode mode)
protected boolean isRunOnce(ExecutionMode mode)
protected ExecutionMode getExecutionMode(Properties properties, String key)
protected void setState(Properties properties, String key, ExecutionMode mode)
public Executable getExecutable()
public void setExecutable(Executable executable)
public File getPropertiesFile()
public void setPropertiesFile(File propertiesFile)
public String getProperty()
public void setProperty(String property)
public String getEncoding()
public void setEncoding(String encoding)
public boolean isSkip()
public void setSkip(boolean skip)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |