com.mentata.i4c
Class wc

java.lang.Object
  extended bycom.mentata.i4c.wc

public class wc
extends Object

A client which counts matching entries or attributes in a directory.

Usage: java com.mentata.i4c.wc path [filter]

The client will output the number of matching entries or number of values for a specified attribute. If no identifier is given in the path and no optional filter is submitted, the client will count all entries for an object. If an attribute is specified the value returned is a sum of the number of values for the attribute over all matching entries.

Author:
Jon Roberts

Constructor Summary
wc()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

wc

public wc()
Method Detail

main

public static void main(String[] args)