[izpack-changes] r1552 - izpack-src/trunk/src/lib/com/izforge/izpack/panels

noreply at berlios.de noreply at berlios.de
Sun Aug 27 20:28:19 CEST 2006


Author: eppelman
Date: 2006-08-27 20:28:15 +0200 (Sun, 27 Aug 2006)
New Revision: 1552

Modified:
   izpack-src/trunk/src/lib/com/izforge/izpack/panels/ShortcutPanelAutomationHelper.java
Log:
Updated just Java/Doc comments 

Modified: izpack-src/trunk/src/lib/com/izforge/izpack/panels/ShortcutPanelAutomationHelper.java
===================================================================
--- izpack-src/trunk/src/lib/com/izforge/izpack/panels/ShortcutPanelAutomationHelper.java	2006-08-27 16:49:20 UTC (rev 1551)
+++ izpack-src/trunk/src/lib/com/izforge/izpack/panels/ShortcutPanelAutomationHelper.java	2006-08-27 18:28:15 UTC (rev 1552)
@@ -1,6 +1,25 @@
-/**
+/*
+ * $Id: copyright-notice-template 1421 2006-03-12 16:32:32Z jponge $
+ * IzPack - Copyright 2001-2006 Julien Ponge, All Rights Reserved.
  * 
+ * http://www.izforge.com/izpack/
+ * http://developer.berlios.de/projects/izpack/
+ * 
+ * Copyright 2006 Marc Eppelmann (marc.eppelmann@gmx.de)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *     
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
+ 
 package com.izforge.izpack.panels;
 
 import java.io.File;
@@ -21,19 +40,19 @@
 import com.izforge.izpack.util.os.Shortcut;
 
 /**
- * @author marc.eppelmann
+ * The ShortcutPanelAutomationHelper is responsible to create Shortcuts
+ * during the automated installation.
+ * Most code comes copied from the ShortcutPanel 
  * 
+ * @author Marc Eppelmann (marc.eppelmann@gmx.de)
+ * @version $Revision: 1540 $
+ * 
  */
 public class ShortcutPanelAutomationHelper implements PanelAutomation
 {
 
-    /** the one shortcut instance for reuse in many locations */
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see com.izforge.izpack.installer.PanelAutomation#makeXMLData(com.izforge.izpack.installer.AutomatedInstallData,
-     * net.n3.nanoxml.XMLElement)
+    /**
+     * dummy method
      */
     public void makeXMLData(AutomatedInstallData idata, XMLElement panelRoot)
     {
@@ -42,11 +61,8 @@
 
     }
 
-    /*
-     * (non-Javadoc)
-     * 
-     * @see com.izforge.izpack.installer.PanelAutomation#runAutomated(com.izforge.izpack.installer.AutomatedInstallData,
-     * net.n3.nanoxml.XMLElement)
+    /**
+     * Implementation of the Shortcut Specific Automation Code 
      */
     public boolean runAutomated(AutomatedInstallData installData, XMLElement panelRoot)
     {




More information about the izpack-changes mailing list