nitc :: CmdEntityFile :: file_url=
Can be refined in subtools.
# URL to the file # # Can be refined in subtools. var file_url: nullable String = file is lazy, writable
redef var file_url is lazy do var mentity = self.mentity if mentity == null then return super return "{mentity.web_url}/license" end
redef var file_url is lazy do var mentity = self.mentity if mentity == null then return super return "{mentity.web_url}/contrib" end