Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.impl | |
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Constructor and Description |
---|
Punchlet(RuntimeContext runtimeContext)
Ctor
|
Punchlets(RuntimeContext runtimeContext) |
Modifier and Type | Field and Description |
---|---|
RuntimeContext |
PunchletContext.r
The punchlet runtime context
|
Constructor and Description |
---|
GrokArgs(RuntimeContext r,
int index,
Object... args) |
PunchletContext(RuntimeContext r)
The runtime context is passed.
|
TestPunchlet(RuntimeContext r,
Tuple test) |
Modifier and Type | Field and Description |
---|---|
protected RuntimeContext |
FetchOperator.runtimeContext
The caller punchlet runtime context.
|
protected RuntimeContext |
HttpOperator.runtimeContext
The caller punchlet runtime context.
|
Constructor and Description |
---|
CidrRangeOperator(RuntimeContext r)
Constructor
|
CidrRangeOperator(RuntimeContext r,
String url)
Deprecated.
|
FetchCsvOperator(RuntimeContext r)
New style constructor
|
FetchCsvOperator(RuntimeContext r,
String url)
Create a fetch operator for a remote resource.
|
FetchJsonOperator(RuntimeContext r)
Create a fetch operator to load JSON resources
|
FetchJsonOperator(RuntimeContext r,
String url)
Create a fetch operator for a remote resource.
|
FetchOperator(RuntimeContext r)
Ctor.
|
FetchOperator(RuntimeContext r,
String url)
Ctor.
|
HttpOperator(RuntimeContext r,
String url)
Ctor.
|
IpRangeOperator(RuntimeContext r)
Constructor.
|
IpRangeOperator(RuntimeContext r,
String url)
Deprecated.
|
Copyright © 2023. All rights reserved.