Revision 441 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
44 44
	 */
45 45
	public List<ScriptingUnit> getUnits();
46 46
	
47
	/**
48
	 * Gets the path of the ScriptingFolder.
49
	 * Use getPathFile as a prefered option.
50
	 *            
51
	 * @return a String with the ScriptingFolder's path.
52
	 *
53
	 */
54
	public String getPath();
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
	
64 47
}

Also available in: Unified diff