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
ConnectionError
ContentError
public StateRunnable getStateInstance(String path) throws ConnectionError
ConnectionError
public StateRunnable getRelativeStateInstance(StateRunnable base, String path) throws ConnectionError
ConnectionError
public ArrayList<StateRunnable> getRelativeStateInstances(StateRunnable base, String path) throws ConnectionError, ContentError
ConnectionError
ContentError
public ArrayList<StateRunnable> getStateInstances(String path) throws ConnectionError, ContentError
ConnectionError
ContentError
Copyright © 2019. All rights reserved.