Revision 45098 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/ApplicationManager.java

View differences:

ApplicationManager.java
31 31

  
32 32
import org.cresques.cts.IProjection;
33 33
import org.gvsig.about.AboutManager;
34
import org.gvsig.andami.Arguments;
34 35
import org.gvsig.andami.actioninfo.ActionInfo;
35 36
import org.gvsig.andami.ui.mdiFrame.MainFrame;
36 37
import org.gvsig.andami.ui.mdiFrame.ThreadSafeDialogs;
......
74 75
     * 
75 76
     * @return the version
76 77
     */
77
	public Version getVersion() ;
78
    public Version getVersion() ;
78 79

  
79 80
    /**
81
     * Close the application.
82
     * 
83
     * @param quietly
84
     */
85
    public void close(boolean quietly);
86
     
87
    /**
80 88
     * Return the active window, IWindow, in the application.
81 89
     * 
82 90
     * @return the active window
......
157 165
	/**
158 166
	 * Return the arguments passed to the application in the command line
159 167
	 *  
160
	 * @return arguments as a string array
168
	 * @return arguments 
161 169
	 */
162
	public String[] getArguments();
170
	public Arguments getArguments();
163 171
	
164 172
	/**
165
	 * Return the value of the argument passed in the command line by
166
	 * the name indicated as the parameter. This is passed as:
167
	 * <code>
168
	 * application --name=value
169
	 * </code>
170
	 * @param name of the requested argument
171
	 * @return value of the requested argument
172
	 */
173
	public String getArgument(String name);
174
	
175
	/**
176 173
	 * Get the value of the system clipboard as a string.
177 174
	 * 
178 175
	 * @return the clipboard value

Also available in: Unified diff