|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRIComponents
This interface provides constants
used as the return value of
Violation.getComponent()
.
Each identifies a component
of an IRI.
The values of these constants
will change with future releases,
since they integrate tightly with
implementation details.
Field Summary | |
---|---|
static int |
AUTHORITY
Indicates the authority component. |
static int |
FRAGMENT
Indicates the fragment component. |
static int |
HOST
Indicates the host part of the authority component. |
static int |
PATH
Indicates the path component. |
static int |
PATHQUERY
Indicates the PATH and QUERY components combined, for schemes in which ? is not special (e.g. |
static int |
PORT
Indicates the port part of the authority component. |
static int |
QUERY
Indicates the query component. |
static int |
SCHEME
Indicates the scheme component. |
static int |
USER
Indicates the user information part of the authority component, including the password if any. |
Field Detail |
---|
static final int SCHEME
static final int AUTHORITY
static final int USER
static final int HOST
static final int PORT
static final int PATH
static final int QUERY
static final int FRAGMENT
static final int PATHQUERY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |