GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
NETWORK_RESOURCE_VALIDITY
+
Point of view
All features
ANY
All features
expanded class NETWORK_RESOURCE_VALIDITY
Summary
top
Because URI checking for a network resource is quite complex
Direct parents
Insert list:
ANY
Known children
Insert list:
NETWORK_RESOURCE_LOCATOR
,
TCP_PROTOCOL
Overview
top
Features
{}
is_relative_uri
(a_uri:
STRING
):
BOOLEAN
is_absolute_uri
(a_uri:
STRING
):
BOOLEAN
True if
a_uri
contains a correctly formatted network URI (i.e. everything except the protocol scheme)
{}
notation
:
UNIX_DIRECTORY_NOTATION
is_relative_uri
(a_uri:
STRING
):
BOOLEAN
effective function
{}
top
is_absolute_uri
(a_uri:
STRING
):
BOOLEAN
effective function
{}
top
True if
a_uri
contains a correctly formatted network URI (i.e. everything except the protocol scheme)
require
not a_uri.is_empty
notation
:
UNIX_DIRECTORY_NOTATION
once function
{}
top