| Package | Description | 
|---|---|
| org.thales.punch.libraries.punchlang.api | 
 Punch package documentation. 
 | 
| org.thales.punch.libraries.punchlang.operator | 
 Punch language operators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CidrRangeOperator | 
Punchlet.cidrRange()  | 
CidrRangeOperator | 
Punchlet.cidrRange(String url)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
CidrRangeOperator | 
CidrRangeOperator.cidrField(String cidrColumn)
Set the field providing the CIDR range. 
 | 
CidrRangeOperator | 
CidrRangeOperator.cidrTrie()
Use the CIDR trie. 
 | 
CidrRangeOperator | 
CidrRangeOperator.columns(List<String> columnNames)
Provide the expected column names as a list of strings 
 | 
CidrRangeOperator | 
CidrRangeOperator.columns(String... columnNames)
Provide the expected column names 
 | 
CidrRangeOperator | 
CidrRangeOperator.compactCidrTrie()
Use the compact CIDR trie. 
 | 
CidrRangeOperator | 
CidrRangeOperator.delimiter(String delimiter)
Set the CSV delimiter. 
 | 
CidrRangeOperator | 
CidrRangeOperator.intervalTree()
Use the interval tree. 
 | 
CidrRangeOperator | 
CidrRangeOperator.on(String ip)
Set the input value you want to match. 
 | 
CidrRangeOperator | 
CidrRangeOperator.on(Tuple ip)
Set the input ip value you want to match. 
 | 
Copyright © 2022. All rights reserved.