forked from I2P_Developers/i2p.i2p
deprecate util classes used only by installer
This commit is contained in:
@ -3,6 +3,7 @@ package net.i2p.util;
|
||||
/**
|
||||
* Usage: Copy from to
|
||||
*
|
||||
* @deprecated only for use by installer, to be removed from i2p.jar, use FileUtil.copy()
|
||||
*/
|
||||
public class Copy {
|
||||
public static void main(String args[]) {
|
||||
|
@ -3,6 +3,7 @@ package net.i2p.util;
|
||||
/**
|
||||
* Usage: Delete name
|
||||
*
|
||||
* @deprecated only for use by installer, to be removed from i2p.jar, use FileUtil.rmdir()
|
||||
*/
|
||||
public class Delete {
|
||||
public static void main(String args[]) {
|
||||
|
@ -5,6 +5,7 @@ import java.io.File;
|
||||
/**
|
||||
* Usage: Exec dir command [args ...]
|
||||
*
|
||||
* @deprecated only for use by installer, to be removed from i2p.jar, use ShellCommand
|
||||
*/
|
||||
public class Exec {
|
||||
public static void main(String args[]) {
|
||||
|
Reference in New Issue
Block a user