Revision 373 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.lib/org.gvsig.scripting.lib.api/src/main/java/org/gvsig/scripting/ScriptingFolder.java

View differences:

ScriptingFolder.java
46 46
	
47 47
	/**
48 48
	 * Gets the path of the ScriptingFolder.
49
	 * Use getPathFile as a prefered option.
49 50
	 *            
50 51
	 * @return a String with the ScriptingFolder's path.
51 52
	 *
52 53
	 */
53 54
	public String getPath();
54 55
	
56
	/**
57
	 * Gets the path of the ScriptingFolder.
58
	 *            
59
	 * @return a File with the ScriptingFolder's path.
60
	 *
61
	 */
62
	public File getPathFile();
63
	
55 64
}

Also available in: Unified diff