Implement resource identifier associated with a resource_store and a path.
class base resource identifier
extends debuggable
implements resource identifier
private resource store the resource store
base resource identifier(resource store the resource store, immutable list[string] path)
this • the resource store = the resource store
this • path = path
override resource[string] access string(access option or null options)
return string resource • new(this, options)
private class string resource
string resource(base resource identifier the identifier, access option or null options)
this • the identifier = the identifier
this • options = options
override void set(string new value)