Package aQute.bnd.help
Class ProcessorHandler
java.lang.Object
aQute.bnd.help.ProcessorHandler
- All Implemented Interfaces:
InvocationHandler
Handles a proxy on a Processor's properties. In contrast with the Converter,
this handler always returns an instance when the return type is a Syntax
interface even if this instruction is not set. This makes it easier to work
with defaults. To find out if an instruction is actually set, use an
Optional.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final SpecialConverter
(package private) final Processor
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processor
-
converter
-
-
Constructor Details
-
ProcessorHandler
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
getInstructions
-
toString
-