public void propertySet( String path, String name, String value, int depth, String[] changelists, boolean force, Map revpropTable) throws ClientException { myDelegate.propertySet(path, name, value, depth, changelists, force, revpropTable); }
public void propertySet(String path, String name, String value, boolean recurse, boolean force) throws ClientException { myDelegate.propertySet(path, name, value, recurse, force); }