Uses of Class
org.metricshub.jawk.ext.AbstractExtension
Packages that use AbstractExtension
-
Uses of AbstractExtension in org.metricshub.jawk.ext
Subclasses of AbstractExtension in org.metricshub.jawk.extModifier and TypeClassDescriptionclassExtensions which make developing in Jawk and interfacing other extensions with Jawk much easier.classEnable stdin processing in Jawk, to be used in conjunction with the -ni parameter.Methods in org.metricshub.jawk.ext that return types with arguments of type AbstractExtensionModifier and TypeMethodDescriptionClass<? extends AbstractExtension>ExtensionFunction.getDeclaringType()Returns the extension type that declares the underlying Java method.Methods in org.metricshub.jawk.ext with parameters of type AbstractExtensionModifier and TypeMethodDescriptionExtensionFunction.invoke(AbstractExtension target, Object[] args) Invokes the underlying Java method on the supplied target instance.