Revision 301 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.lib/org.gvsig.scripting.lib.api/src/main/java/org/gvsig/scripting/ScriptingManager.java

View differences:

ScriptingManager.java
19 19
	public static final String UNIT_PROJECT = "Project";
20 20
	public static final String UNIT_FOLDER = "Folder";
21 21
	
22
	
23
	public void setHomeFolder(File home);
24
	
25
	public File getHomeFolder();
26
	
22 27
	/**
23 28
	 * Returns the System's Folder
24 29
	 * 
......
38 43
	 * 
39 44
	 * @param path a String with the new path to the User's Folder
40 45
	 */
41
	public void setRootUserFolder(String path);
46
//	public void setRootUserFolder(String path);
42 47
	
43 48
	/**
44 49
	 * Creates a new instance of {@link ScriptingScript} named as the id and in the directory specified
......
115 120
	 * 
116 121
	 * @return a String with the path of the User's Folder 
117 122
	 */
118
    public String getRootUserFolder();
123
//    public String getRootUserFolder();
119 124
    
120 125
	/**
121 126
	 * Registers a File System with {@link ScriptingUnit}s in the SystemFolder
......
180 185
	 * 
181 186
	 * @see ScriptingHelpManager
182 187
	 */
183
	public ScriptingHelpManager getHelpManager();	
188
	public ScriptingHelpManager getHelpManager();
189

  
190
	public void addLibFolder(File lib);
191

  
192
	public File getRootUserFolder();	
184 193
}

Also available in: Unified diff