Ejemplo n.º 1
0
 public void propertyCreate(
     String path, String name, String value, int depth, String[] changelists, boolean force)
     throws ClientException {
   myDelegate.propertyCreate(path, name, value, depth, changelists, force);
 }
Ejemplo n.º 2
0
 public void propertyCreate(String path, String name, byte[] value, boolean recurse, boolean force)
     throws ClientException {
   myDelegate.propertyCreate(path, name, value, recurse, force);
 }