Class UCopy
java.lang.Object
UCopy
public final class UCopy
- extends Object
Convenience starter of de.frame4j.UCopy
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 UCopy http://www.juke.de/styles/secret.css x.css meyer:pass
instead of
java de.frame4j.UCopy http://www.juke.de/styles/secret.css x..
for example.
As might be assumed this class's main() just
delegates to main of the "real" Frame4J tool in its right
package. That's all.
©
Copyright 2009 Albrecht Weinert
- Version:
- 36 (4.04.2010)
- Author:
- Albrecht Weinert
- See Also:
Del,
UCopy,
MakeIndex,
FuR,
de.frame4j,
App,
Prop
|
Method Summary |
static void |
main(String[] args)
Start forwarder for UCopy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Start forwarder for UCopy.
Delegation to UCopy.
- Parameters:
args - command line parameter
- See Also:
UCopy.main(String[])