Exemplo n.º 1
0
 public void properties(
     String path,
     Revision revision,
     Revision pegRevision,
     int depth,
     String[] changelists,
     ProplistCallback callback)
     throws ClientException {
   myDelegate.properties(path, revision, pegRevision, depth, changelists, callback);
 }
Exemplo n.º 2
0
 public PropertyData[] properties(String path, Revision revision, Revision pegRevision)
     throws ClientException {
   return myDelegate.properties(path, revision, pegRevision);
 }
Exemplo n.º 3
0
 public PropertyData[] properties(String path) throws ClientException {
   return myDelegate.properties(path);
 }