Revision 32602 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.api/src/main/java/org/gvsig/installer/swing/api/creation/MakePluginPackageWizard.java

View differences:

MakePluginPackageWizard.java
35 35

  
36 36
/**
37 37
 * <p>
38
 * Wizard that is used to create an installation file from a 
39
 * gvSIG directory. This class receive a directory and allows to
40
 * the user to select the plugin that is used to create the 
41
 * installer.
38
 * Wizard that is used to create a bundle with a package of
39
 * type plugin from a  gvSIG directory. This class receive a
40
 * gvSIG root directory and allows to the user to select the 
41
 * plugin that is used to create the bundle.
42 42
 * </p>
43 43
 * <p>
44 44
 * The user can also set some plugin properties, like the version of the 
45 45
 * installer, the build number... The definition of all these properties can
46 46
 * be found in {@link PackageInfo}.
47 47
 * </p>
48
 * <p>
49
 * All the classes that inherit if this abstract class have to have a constructor
50
 * with an argument of type {@link File}, that is the application
51
 * directory.
52
 * </p>
48 53
 * 
49 54
 * @author <a href="mailto:jpiera@gvsig.org">Jorge Piera Llodr&aacute;</a>
50 55
 */
......
57 62
		this.applicationDirectory = applicationDirectory;
58 63
	}	
59 64
	
65
	/**
66
	 * @return 
67
	 * the path where the application is installed.
68
	 */
60 69
	public File getApplicationDirectory() {
61 70
		return applicationDirectory;
62 71
	}

Also available in: Unified diff