Esempio n. 1
0
 public URI getURI(IPath location) {
   initialize();
   return environment != null ? environment.getURI(location) : null;
 }
Esempio n. 2
0
 public URI getLocationURI() {
   IEnvironment environment = getEnvironment();
   return environment.getURI(fPHPLocationGroup.getLocation());
 }