myShell
Class Main

java.lang.Object
  extended by myShell.Main

public class Main
extends java.lang.Object

Class main Main class. It just contains the "main" method.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main function of the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Main function of the program. It performs the sorting of the folder of media whose path is sent in the command line arguments.

Parameters:
args - Arguments sent using the command line when the program is launched.