Package org.uberfire.client.workbench
Class VFSServiceProxyClientImpl
- java.lang.Object
-
- org.uberfire.client.workbench.VFSServiceProxyClientImpl
-
- All Implemented Interfaces:
VFSServiceProxy
@Dependent public class VFSServiceProxyClientImpl extends Object implements VFSServiceProxy
-
-
Constructor Summary
Constructors Constructor Description VFSServiceProxyClientImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidget(String path, org.uberfire.mvp.ParameterizedCommand<org.uberfire.backend.vfs.Path> parameterizedCommand)
-
-
-
Method Detail
-
get
public void get(String path, org.uberfire.mvp.ParameterizedCommand<org.uberfire.backend.vfs.Path> parameterizedCommand)
- Specified by:
getin interfaceVFSServiceProxy
-
-