| Package | Description |
|---|---|
| com.github.rvesse.airline.annotations.restrictions | |
| com.github.rvesse.airline.restrictions.common | |
| com.github.rvesse.airline.restrictions.factories |
| Modifier and Type | Class and Description |
|---|---|
class |
PortType
Port types
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PortType.contains(PortRange other) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PortType.toRangesString(Set<PortRange> acceptablePorts)
Gets a string denoting all the acceptable port ranges
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortRangeImpl
Concrete implementation of a port range
|
| Modifier and Type | Method and Description |
|---|---|
int |
PortRangeImpl.compareTo(PortRange other) |
boolean |
PortRange.contains(PortRange other)
Gets whether the port range contains another port range i.e.
|
boolean |
PortRangeImpl.contains(PortRange other) |
| Constructor and Description |
|---|
PortRestriction(PortRange... portRanges) |
| Modifier and Type | Method and Description |
|---|---|
protected PortRange |
PortRestrictionFactory.createRange(PortRange rangeAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
protected PortRestriction |
PortRestrictionFactory.createCommon(PortRange... ranges) |
Copyright © 2012–2022. All rights reserved.