public abstract class TargetFunctions
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TargetFunctions() |
Modifier and Type | Method and Description |
---|---|
abstract FunctionTypeNamespaceMatcher |
asNamespace() |
abstract FunctionType |
asSpecificFunctionType() |
static TargetFunctions |
fromPatternString(java.lang.String patternString) |
static TargetFunctions |
functionType(FunctionType functionType) |
boolean |
isNamespace() |
boolean |
isSpecificFunctionType() |
static TargetFunctions |
namespace(java.lang.String namespace) |
public static TargetFunctions fromPatternString(java.lang.String patternString)
public static TargetFunctions namespace(java.lang.String namespace)
public static TargetFunctions functionType(FunctionType functionType)
public boolean isSpecificFunctionType()
public boolean isNamespace()
public abstract FunctionTypeNamespaceMatcher asNamespace()
public abstract FunctionType asSpecificFunctionType()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.