| Package | Description |
|---|---|
| org.bitbucket.cowwoc.requirements |
Interfaces in this package are not meant to be extended (because they extend
Isolatable),
but may be implemented. |
| Modifier and Type | Method and Description |
|---|---|
static UriRequirements |
Requirements.assertThat(URI parameter,
String name)
Same as
Requirements.requireThat(URI, String) but does nothing if assertions are disabled for this
class. |
UriRequirements |
UriRequirements.isAbsolute()
Ensures that the parameter is absolute.
|
static UriRequirements |
Requirements.requireThat(URI parameter,
String name)
Creates requirements for a
Uri. |
UriRequirements |
Assertions.requireThat(URI parameter,
String name)
Same as
Requirements.requireThat(URI, String) but does nothing if assertions are
disabled. |
Copyright © 2016. All rights reserved.