examples
Class finger

java.lang.Object
  extended by examples.finger

public final class finger
extends Object

This is an example of how you would implement the finger command in Java using NetComponents. The Java version is much shorter. But keep in mind that the Unix finger command reads all sorts of local files to output local finger information. This program only queries the finger daemon.

The -l flag is used to request long output from the server.


Constructor Summary
finger()
           
 
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

finger

public finger()
Method Detail

main

public static final void main(String[] args)


Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.