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