Package com.openstego.desktop
Class OpenStegoCmd
- java.lang.Object
-
- com.openstego.desktop.OpenStegoCmd
-
public class OpenStegoCmd extends Object
This is the main class for OpenStego command line
-
-
Constructor Summary
Constructors Constructor Description OpenStegoCmd()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
execute(String[] args)
Main method for processing command line
-
-
-
Method Detail
-
execute
public static void execute(String[] args)
Main method for processing command line- Parameters:
args
- Command line arguments
-
-