public class RunnableAccessor extends Object
| Constructor and Description |
|---|
RunnableAccessor(StateRunnable sr) |
| Modifier and Type | Method and Description |
|---|---|
StateRunnable |
getRelativeStateInstance(StateRunnable base,
String path) |
ArrayList<StateRunnable> |
getRelativeStateInstances(StateRunnable base,
String path) |
StateRunnable |
getStateInstance(String path) |
ArrayList<StateRunnable> |
getStateInstances(String path) |
StateWrapper |
getStateWrapper(String path) |
public RunnableAccessor(StateRunnable sr)
public StateWrapper getStateWrapper(String path) throws ConnectionError, ContentError
ConnectionErrorContentErrorpublic StateRunnable getStateInstance(String path) throws ConnectionError
ConnectionErrorpublic StateRunnable getRelativeStateInstance(StateRunnable base, String path) throws ConnectionError
ConnectionErrorpublic ArrayList<StateRunnable> getRelativeStateInstances(StateRunnable base, String path) throws ConnectionError, ContentError
ConnectionErrorContentErrorpublic ArrayList<StateRunnable> getStateInstances(String path) throws ConnectionError, ContentError
ConnectionErrorContentErrorCopyright © 2019. All rights reserved.