Class MakeDigest

java.lang.Object
  extended by MakeDigest

public final class MakeDigest
extends Object

Convenience starter of de.frame4j.MakeDigest in the unnamed package.

This class / application exists in spite of the (good) rule that no self respecting class shall dwell in the unnamed package. The only purpose of life is the snugness to type
    java MakeDigest -md2 myPassWord2digest -append toMysql.txt
instead of
    java de.frame4j.MakeDigest -md2 myPassWord2digest -append toMysql.txt
for example.

As might be inferred this class' main() method just delegates to main of the "real" Frame4J tool in its right package. That's all.

© Copyright 2010   Albrecht Weinert

Version:
58 (11.08.2010)
Author:
Albrecht Weinert
See Also:
Del, Update, MakeDigest, AskAlert, FuR, CVSkeys, de.frame4j, App, Prop

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

Method Detail

main

public static void main(String[] args)
Start forwarder for MakeDigest.

Delegation to MakeDigest.

Parameters:
args - command line parameter
See Also:
Update.main(String[])