javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/applicationregistrator/AppRegInfo.java
changeset 76 4ad59aaee882
parent 23 98ccebc37403
child 83 26b2b12093af
--- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/applicationregistrator/AppRegInfo.java	Thu Sep 02 20:20:40 2010 +0300
+++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/applicationregistrator/AppRegInfo.java	Fri Sep 17 08:28:21 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -77,41 +77,6 @@
      * When this object is used for registering applications, all
      * params must be valid. When used for unregistering applications,
      * only aUid is really needed.
-     * Use default values for optional information.
-     *
-     * @param aUid  Java application Uid  (MIDlet Uid).
-     * @param aGroupName    The value of Nokia-MIDlet-Category attribute or empty.
-     *  Note that in Symbian only 16 first characters are stored to
-     *  application registry.
-     * @param aMIDletName     MIDlet name from MIDlet-<n> attribute.
-     * @param aTargetDrive    The installation drive, e.g. "C:" in S60
-     * @param aIconFileName   The full path name to the icon file in file system.
-     *    The file must be accessible and the path must have \\ chars.
-     * @param aJarFileName    Full path name to jar file.
-     * @see ApplicationRegistrator
-     */
-    public AppRegInfo(
-        Uid aUid,
-        String aGroupName,
-        String aMIDletName,
-        String aTargetDrive,
-        String aIconFileName,
-        String aJarFileName)
-    {
-        iUid = aUid;
-        iGroupName = aGroupName;
-        iMIDletName = aMIDletName;
-        iTargetDrive = aTargetDrive;
-        iIconFileName = aIconFileName;
-        iJarFileName = aJarFileName;
-    }
-
-
-    /**
-     * Construct new AppRegInfo object.
-     * When this object is used for registering applications, all
-     * params must be valid. When used for unregistering applications,
-     * only aUid is really needed.
      * Specify all information.
      *
      * @param aUid  Java application Uid  (MIDlet Uid).