Package org.apache.curator.framework.api
Interface Pathable<T>
-
- All Known Subinterfaces:
ACLableExistBuilderMain,AddWatchBuilder,AddWatchBuilder2,BackgroundPathable<T>,BackgroundPathableQuietlyable<T>,BackgroundVersionable,ChildrenDeletable,DeleteBuilder,DeleteBuilderMain,ErrorListenerPathable<T>,ExistsBuilder,ExistsBuilderMain,GetACLBuilder,GetChildrenBuilder,GetDataBuilder,GetDataWatchBackgroundStatable,GuaranteeableDeletable,RemoveWatchesLocal,RemoveWatchesType,StatPathable<T>,SyncBuilder,TempGetDataBuilder,TransactionCheckBuilder<T>,TransactionDeleteBuilder<T>,WatchPathable<T>
- All Known Implementing Classes:
AddWatchBuilderImpl,DeleteBuilderImpl,ExistsBuilderImpl,GetACLBuilderImpl,GetChildrenBuilderImpl,GetDataBuilderImpl,RemoveWatchesBuilderImpl,SetACLBuilderImpl,SyncBuilderImpl,WatchesBuilderImpl
public interface Pathable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TforPath(java.lang.String path)Commit the currently building operation using the given path
-
-
-
Method Detail
-
forPath
T forPath(java.lang.String path) throws java.lang.Exception
Commit the currently building operation using the given path- Parameters:
path- the path- Returns:
- operation result if any
- Throws:
java.lang.Exception- errors
-
-