@Override public Pathable<CuratorTransactionBridge> withVersion(int version) { throw new UnsupportedOperationException(); }
@Override public Pathable<T> inBackground() { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<T> inBackground(Object o) { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<T> inBackground(BackgroundCallback backgroundCallback) { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<T> inBackground(BackgroundCallback backgroundCallback, Object o) { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<T> inBackground(BackgroundCallback backgroundCallback, Executor executor) { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<T> inBackground(BackgroundCallback backgroundCallback, Object o, Executor executor) { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<CuratorTransactionBridge> withVersion(int i) { throw new UnsupportedOperationException("Not implemented in MockCurator"); }
@Override public Pathable<Void> withUnhandledErrorListener(UnhandledErrorListener listener) { backgrounding = new Backgrounding(backgrounding, listener); return this; }
@Override public Pathable<byte[]> storingStatIn(Stat stat) { responseStat = stat; return this; }
@Override public Pathable<List<String>> withUnhandledErrorListener(UnhandledErrorListener listener) { backgrounding = new Backgrounding(backgrounding, listener); return this; }
@Override public Pathable<List<ACL>> withUnhandledErrorListener(UnhandledErrorListener listener) { backgrounding = new Backgrounding(backgrounding, listener); return this; }
@Override public Pathable<List<ACL>> storingStatIn(Stat stat) { responseStat = stat; return this; }