Searched refs:getPath (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DSVGInputHandler.java73 return f != null && f.isFile() && accept(f.getPath());
87 String path = purl.getPath();
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnection.java175 public String getPath(File f) throws EclipseException, IOException; method in interface:EclipseConnection
H A DEclipseMultitaskConnectionImpl.java117 rpc(new CompoundTermImpl("compile" , getPath(f)));
120 public String getPath(File f) throws EclipseException, IOException { method in class:EclipseMultitaskConnectionImpl
H A DOutOfProcessEclipse.java394 public String getPath(File f) throws EclipseException, IOException method in class:OutOfProcessEclipse
396 return(eclipseConnection.getPath(f));
H A DEclipseConnectionImpl.java297 rpc(new CompoundTermImpl("compile" , getPath(f)));
301 public String getPath(File f) throws EclipseException, IOException method in class:EclipseConnectionImpl

Completed in 59 milliseconds