javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/Installer.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 35 85266cc22c7f
child 60 6c158198356e
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    68 
    68 
    69 /**
    69 /**
    70  * JavaInstaller main class. JavaInstaller can be started either with
    70  * JavaInstaller main class. JavaInstaller can be started either with
    71  * #main(String[]) or #mainWithResult(String[]) methods. Negative return
    71  * #main(String[]) or #mainWithResult(String[]) methods. Negative return
    72  * values indicate that execution has failed.
    72  * values indicate that execution has failed.
    73  *
       
    74  * @author Nokia Corporation
       
    75  * @version $Rev: 10413 $
       
    76  */
    73  */
    77 public class Installer
    74 public class Installer
    78 {
    75 {
    79     /** Installer state initial value. */
    76     /** Installer state initial value. */
    80     public static final int STATE_UNDEFINED = 0;
    77     public static final int STATE_UNDEFINED = 0;