- S(Object, DataFormat<T>) - Static method in class org.camunda.spin.Spin
-
Creates a spin wrapper for a data input of a given data format.
- S(Object, String) - Static method in class org.camunda.spin.Spin
-
Creates a spin wrapper for a data input of a given data format.
- S(Object) - Static method in class org.camunda.spin.Spin
-
Creates a spin wrapper for a data input.
- Script - Annotation Type in org.camunda.spin.impl.test
-
Method annotation to signal a script test for the
ScriptRule TestRule.
- script - Variable in class org.camunda.spin.impl.test.ScriptTest
-
- ScriptEngine - Annotation Type in org.camunda.spin.impl.test
-
- scriptEngine - Static variable in class org.camunda.spin.impl.test.ScriptTest
-
- scriptEngineFoundForLanguage(String) - Method in class org.camunda.spin.impl.test.SpinTestLogger
-
- ScriptEngineRule - Class in org.camunda.spin.impl.test
-
- ScriptEngineRule() - Constructor for class org.camunda.spin.impl.test.ScriptEngineRule
-
- scriptExecutionError(String, Throwable) - Method in class org.camunda.spin.impl.test.SpinTestLogger
-
- scriptLoaded(String) - Method in class org.camunda.spin.impl.test.SpinTestLogger
-
- ScriptRule - Class in org.camunda.spin.impl.test
-
A jUnit4 TestRule to load and execute a script.
- ScriptRule() - Constructor for class org.camunda.spin.impl.test.ScriptRule
-
- ScriptTest - Class in org.camunda.spin.impl.test
-
Base script test which loads an engine and provides the
script as field.
- ScriptTest() - Constructor for class org.camunda.spin.impl.test.ScriptTest
-
- ScriptVariable - Annotation Type in org.camunda.spin.impl.test
-
Annotation to define script variable bindings.
- scriptVariableFound(String, String, String) - Method in class org.camunda.spin.impl.test.SpinTestLogger
-
- setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat
-
- setJaxBContextProvider(JaxBContextProvider) - Method in class org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat
-
- setJsonPathConfiguration(Configuration) - Method in class org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat
-
- setNamespace(String, String) - Method in class org.camunda.spin.impl.xml.dom.query.DomXPathNamespaceResolver
-
Maps a single prefix, uri pair as namespace.
- setNamespaces(Map<String, String>) - Method in class org.camunda.spin.impl.xml.dom.query.DomXPathNamespaceResolver
-
Maps a map of prefix, uri pairs as namespaces.
- setObjectMapper(ObjectMapper) - Method in class org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat
-
- setTransformerFactory(TransformerFactory) - Method in class org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat
-
- setVariable(String, Object) - Method in class org.camunda.spin.impl.test.ScriptRule
-
Set the variable with the given name
- skip(long) - Method in class org.camunda.spin.impl.util.RewindableReader
-
- Spin<T extends Spin<?>> - Class in org.camunda.spin
-
- Spin() - Constructor for class org.camunda.spin.Spin
-
- SpinCollection<E extends Spin<?>> - Interface in org.camunda.spin
-
- SpinCoreLogger - Class in org.camunda.spin.impl.logging
-
The Logger for the core api.
- SpinCoreLogger() - Constructor for class org.camunda.spin.impl.logging.SpinCoreLogger
-
- SpinDataFormatException - Exception in org.camunda.spin.spi
-
Indicates an error in the underlying DataFormat layer
- SpinDataFormatException(String, Throwable) - Constructor for exception org.camunda.spin.spi.SpinDataFormatException
-
- SpinDataFormatException(String) - Constructor for exception org.camunda.spin.spi.SpinDataFormatException
-
- SpinFactory - Class in org.camunda.spin
-
- SpinFactory() - Constructor for class org.camunda.spin.SpinFactory
-
- SpinFactoryImpl - Class in org.camunda.spin.impl
-
- SpinFactoryImpl() - Constructor for class org.camunda.spin.impl.SpinFactoryImpl
-
- SpinFileNotFoundException - Exception in org.camunda.spin
-
- SpinFileNotFoundException(String) - Constructor for exception org.camunda.spin.SpinFileNotFoundException
-
- SpinFileNotFoundException(String, Throwable) - Constructor for exception org.camunda.spin.SpinFileNotFoundException
-
- SpinIoUtil - Class in org.camunda.spin.impl.util
-
- SpinIoUtil() - Constructor for class org.camunda.spin.impl.util.SpinIoUtil
-
- SpinJsonDataFormatException - Exception in org.camunda.spin.json
-
- SpinJsonDataFormatException(String) - Constructor for exception org.camunda.spin.json.SpinJsonDataFormatException
-
- SpinJsonDataFormatException(String, Throwable) - Constructor for exception org.camunda.spin.json.SpinJsonDataFormatException
-
- SpinJsonException - Exception in org.camunda.spin.json
-
- SpinJsonException(String) - Constructor for exception org.camunda.spin.json.SpinJsonException
-
- SpinJsonException(String, Throwable) - Constructor for exception org.camunda.spin.json.SpinJsonException
-
- spinJsonNode - Variable in class org.camunda.spin.impl.json.jackson.query.JacksonJsonPathQuery
-
- SpinJsonNode - Class in org.camunda.spin.json
-
A json node.
- SpinJsonNode() - Constructor for class org.camunda.spin.json.SpinJsonNode
-
- SpinJsonPathException - Exception in org.camunda.spin.json
-
- SpinJsonPathException(String) - Constructor for exception org.camunda.spin.json.SpinJsonPathException
-
- SpinJsonPathException(String, Throwable) - Constructor for exception org.camunda.spin.json.SpinJsonPathException
-
- SpinJsonPathQuery - Interface in org.camunda.spin.json
-
- SpinJsonPropertyException - Exception in org.camunda.spin.json
-
- SpinJsonPropertyException(String) - Constructor for exception org.camunda.spin.json.SpinJsonPropertyException
-
- SpinJsonPropertyException(String, Throwable) - Constructor for exception org.camunda.spin.json.SpinJsonPropertyException
-
- SpinList<E extends Spin<?>> - Interface in org.camunda.spin
-
- SpinListImpl<E extends Spin<?>> - Class in org.camunda.spin.impl
-
- SpinListImpl() - Constructor for class org.camunda.spin.impl.SpinListImpl
-
- SpinListImpl(int) - Constructor for class org.camunda.spin.impl.SpinListImpl
-
- SpinListImpl(Collection<? extends E>) - Constructor for class org.camunda.spin.impl.SpinListImpl
-
- SpinListImpl(Iterable<E>) - Constructor for class org.camunda.spin.impl.SpinListImpl
-
- SpinLogger - Class in org.camunda.spin.impl.logging
-
- SpinLogger() - Constructor for class org.camunda.spin.impl.logging.SpinLogger
-
- SpinReflectUtil - Class in org.camunda.spin.impl.util
-
- SpinReflectUtil() - Constructor for class org.camunda.spin.impl.util.SpinReflectUtil
-
- SpinRuntimeException - Exception in org.camunda.spin
-
- SpinRuntimeException(String) - Constructor for exception org.camunda.spin.SpinRuntimeException
-
- SpinRuntimeException(String, Throwable) - Constructor for exception org.camunda.spin.SpinRuntimeException
-
- SpinScriptEnv - Class in org.camunda.spin.scripting
-
Spin provides a set of environment scripts for known scripting languages.
- SpinScriptEnv() - Constructor for class org.camunda.spin.scripting.SpinScriptEnv
-
- SpinScriptException - Exception in org.camunda.spin
-
- SpinScriptException(String) - Constructor for exception org.camunda.spin.SpinScriptException
-
- SpinScriptException(String, Throwable) - Constructor for exception org.camunda.spin.SpinScriptException
-
- SpinTestLogger - Class in org.camunda.spin.impl.test
-
Logger for test cases.
- SpinTestLogger() - Constructor for class org.camunda.spin.impl.test.SpinTestLogger
-
- SpinXmlAttribute - Class in org.camunda.spin.xml
-
An attribute in a tree-oriented XML data format.
- SpinXmlAttribute() - Constructor for class org.camunda.spin.xml.SpinXmlAttribute
-
- SpinXmlAttributeException - Exception in org.camunda.spin.xml
-
Indicates an error in the underlying xml tree attribute.
- SpinXmlAttributeException(String) - Constructor for exception org.camunda.spin.xml.SpinXmlAttributeException
-
- SpinXmlAttributeException(String, Throwable) - Constructor for exception org.camunda.spin.xml.SpinXmlAttributeException
-
- SpinXmlDataFormatException - Exception in org.camunda.spin.xml
-
- SpinXmlDataFormatException(String, Throwable) - Constructor for exception org.camunda.spin.xml.SpinXmlDataFormatException
-
- SpinXmlDataFormatException(String) - Constructor for exception org.camunda.spin.xml.SpinXmlDataFormatException
-
- SpinXmlElement - Class in org.camunda.spin.xml
-
An element in a tree-oriented XML data format.
- SpinXmlElement() - Constructor for class org.camunda.spin.xml.SpinXmlElement
-
- SpinXmlElementException - Exception in org.camunda.spin.xml
-
Indicates an error in the underlying xml tree element.
- SpinXmlElementException(String) - Constructor for exception org.camunda.spin.xml.SpinXmlElementException
-
- SpinXmlElementException(String, Throwable) - Constructor for exception org.camunda.spin.xml.SpinXmlElementException
-
- SpinXmlElementImplementationException - Exception in org.camunda.spin.xml
-
Indicates an error in the underlying xml tree element implementation.
- SpinXmlElementImplementationException(String) - Constructor for exception org.camunda.spin.xml.SpinXmlElementImplementationException
-
- SpinXmlElementImplementationException(String, Throwable) - Constructor for exception org.camunda.spin.xml.SpinXmlElementImplementationException
-
- SpinXmlNode<T extends SpinXmlNode<?>> - Class in org.camunda.spin.xml
-
An element in a tree-oriented XML data format.
- SpinXmlNode() - Constructor for class org.camunda.spin.xml.SpinXmlNode
-
- SpinXmlNodeException - Exception in org.camunda.spin.xml
-
Indicates an error in the underlying xml tree node.
- SpinXmlNodeException(String) - Constructor for exception org.camunda.spin.xml.SpinXmlNodeException
-
- SpinXmlNodeException(String, Throwable) - Constructor for exception org.camunda.spin.xml.SpinXmlNodeException
-
- SpinXPathException - Exception in org.camunda.spin.xml
-
Indicates an error during a XPath evaluation.
- SpinXPathException(String, Throwable) - Constructor for exception org.camunda.spin.xml.SpinXPathException
-
- SpinXPathException(String) - Constructor for exception org.camunda.spin.xml.SpinXPathException
-
- SpinXPathQuery - Class in org.camunda.spin.xml
-
- SpinXPathQuery() - Constructor for class org.camunda.spin.xml.SpinXPathQuery
-
- string() - Method in class org.camunda.spin.impl.xml.dom.query.DomXPathQuery
-
- string() - Method in class org.camunda.spin.xml.SpinXPathQuery
-
Returns the XPath query result as a string.
- stringAsReader(String) - Static method in class org.camunda.spin.impl.util.SpinIoUtil
-
- stringValue() - Method in class org.camunda.spin.impl.json.jackson.JacksonJsonNode
-
- stringValue() - Method in class org.camunda.spin.impl.json.jackson.query.JacksonJsonPathQuery
-
- stringValue() - Method in class org.camunda.spin.json.SpinJsonNode
-
Get this node as a number value.
- stringValue() - Method in interface org.camunda.spin.json.SpinJsonPathQuery
-
Fetches the string value from the result of JsonPath.