setURI method
Implementation
void setURI(String uri){
if(this.isValidURI(uri)){
this._validate = true;
this._uriSet = URI(uri);
}
this._pathStr = uri;
}
void setURI(String uri){
if(this.isValidURI(uri)){
this._validate = true;
this._uriSet = URI(uri);
}
this._pathStr = uri;
}