A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
sendCommand(command) — Method in class org.spicefactory.lib.logging.impl.SOSAppender
Sends a custom command to Powerflasher SOS.
SequentialTaskGroup — Class in package org.spicefactory.lib.task
A TaskGroup implementation that executes its child Tasks sequentially.
SequentialTaskGroup(name) — Constructor in class org.spicefactory.lib.task.SequentialTaskGroup
Creates a new TaskGroup.
setCancelable(value) — Method in class org.spicefactory.lib.task.Task
Specifies whether this Task can be cancelled.
setCancelFunction(cancelFunction) — Method in class org.spicefactory.lib.task.util.DelegateTask
Instruct the DelegateTask to execute the specified Function when it gets cancelled.
setName(name) — Method in class org.spicefactory.lib.task.Task
Sets the name of this Task.
setRestartable(value) — Method in class org.spicefactory.lib.task.Task
Specifies whether this Task can be restarted.
setResult(result) — Method in class org.spicefactory.lib.task.ResultTask
Sets the result produced by this Task and signals that this Task has completed.
setRootLogLevel(level:org.spicefactory.lib.logging:LogLevel) — Method in interface org.spicefactory.lib.logging.LogFactory
Sets the root log level for this factory.
setRootLogLevel(level:org.spicefactory.lib.logging:LogLevel) — Method in class org.spicefactory.lib.logging.impl.DefaultLogFactory
Sets the root log level for this factory.
setSkipFunction(skipFunction) — Method in class org.spicefactory.lib.task.util.DelegateTask
Instruct the DelegateTask to execute the specified Function when its finish method gets executed.
setSkippable(value) — Method in class org.spicefactory.lib.task.Task
Specifies whether this Task can be forced to skip to its final state.
setSupendFunctions(suspendFunction, resumeFunction) — Method in class org.spicefactory.lib.task.util.DelegateTask
Instruct the DelegateTask to execute the specified Functions when it gets suspended and resumed.
setSuspendable(value) — Method in class org.spicefactory.lib.task.Task
Specifies whether this Task can be suspended.
setTimeout(value) — Method in class org.spicefactory.lib.task.Task
Sets the timeout for this Task in milliseconds.
setValue(instance, value) — Method in class org.spicefactory.lib.reflect.Property
Sets the value of the property represented by this instance in the specified target instance.
setVariable(name, value) — Method in interface org.spicefactory.lib.expr.ExpressionContext
Sets a variable for this context.
setVariable(name, value) — Method in class org.spicefactory.lib.expr.impl.DefaultExpressionContext
Sets a variable for this context.
setVariable(name, value) — Method in class org.spicefactory.lib.expr.impl.DefaultVariableResolver
Sets the variable with the specified name to a new value.
simpleName — Property in class org.spicefactory.lib.reflect.ClassInfo
The non qualified class name for this instance.
size — Property in class org.spicefactory.lib.task.TaskGroup
The number of tasks added to this TaskGroup.
skip() — Method in class org.spicefactory.lib.task.Task
Forces this Task to move to its final state.
skippable — Property in class org.spicefactory.lib.task.Task
Indicates whether this Task can be forced to skip to its final state.
SOSAppender — Class in package org.spicefactory.lib.logging.impl
Appender implementation that routes all log output to Powerflasher SOS through an XMLSocket.
SOSAppender() — Constructor in class org.spicefactory.lib.logging.impl.SOSAppender
Creates a new instance.
start — Event in class org.spicefactory.lib.task.Task
Dispatched when a Task is started.
start() — Method in class org.spicefactory.lib.task.Task
Starts this Task.
START — Constant static property in class org.spicefactory.lib.task.events.TaskEvent
Constant for the type of event fired when a Task is started.
startTask(task:org.spicefactory.lib.task:Task) — Method in class org.spicefactory.lib.task.TaskGroup
Starts the specified child Task.
state — Property in class org.spicefactory.lib.task.Task
The current state of this Task.
StringConverter — Class in package org.spicefactory.lib.reflect.converter
Converts String values.
StringConverter() — Constructor in class org.spicefactory.lib.reflect.converter.StringConverter
Creates a new Converter instance.
suspend — Event in class org.spicefactory.lib.task.Task
Dispatched when a Task is suspended.
suspend() — Method in class org.spicefactory.lib.task.Task
Suspends this Task.
SUSPEND — Constant static property in class org.spicefactory.lib.task.events.TaskEvent
Constant for the type of event fired when a Task is suspended.
suspendable — Property in class org.spicefactory.lib.task.Task
Indicates whether this Task can be suspended.
SUSPENDED — Constant static property in class org.spicefactory.lib.task.enum.TaskState
The state of a suspended Task.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z