javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/Installer.java
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
15:f9bb0fca356a 17:0fd27995241b
    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;