- PREFIX - Static variable in interface com.github.punch.api.node.IReservedStreams
-
Define the prefix used in any IReservedStreams
- print(int, boolean, boolean) - Method in class com.github.punch.api.printer.PunchPrinter
-
Print this printer to stdout (or stderr if errorOutput was set to true)
- print(boolean) - Method in class com.github.punch.api.printer.PunchPrinter
-
Print this printer with 0 offset and sub printers
- print() - Method in class com.github.punch.api.printer.PunchPrinter
-
Print this printer with 0 offset and colors and sub printers
- print(int, boolean) - Method in class com.github.punch.api.printer.PunchPrinter
-
Print this printer and sub printers
- print(int) - Method in class com.github.punch.api.printer.PunchPrinter
-
Print this printer with colors and sub printers
- printException(int, Exception) - Static method in class com.github.punch.api.printer.PunchPrinter
-
Default printing for exception
- publishMap(String, TypeReference<?>) - Method in interface com.github.punch.api.node.PunchNodePubSub
-
Deprecated.
- publishMap(TypeReference<?>) - Method in interface com.github.punch.api.node.PunchNodePubSub
-
Publish a single untagged map value
- publishSingleton(String, TypeReference<?>) - Method in interface com.github.punch.api.node.PunchNodePubSub
-
Publish a single tagged value
- publishSingleton(TypeReference<?>) - Method in interface com.github.punch.api.node.PunchNodePubSub
-
Publish a single untagged map value
- PunchBaseNode - Interface in com.github.punch.api.node
-
Top interface for all type of nodes.
- PunchClassNotFoundException - Exception in com.github.punch.api.exceptions
-
This exception is used to report a PML configuration problem related to an
unknown class type.
- PunchClassNotFoundException(String) - Constructor for exception com.github.punch.api.exceptions.PunchClassNotFoundException
-
Report an unknwon punchline node
- PunchlineException - Exception in com.github.punch.api.exceptions
-
This is the base class for all PML configuration/validation exceptions.
- PunchlineException(Exception) - Constructor for exception com.github.punch.api.exceptions.PunchlineException
-
- PunchlineException() - Constructor for exception com.github.punch.api.exceptions.PunchlineException
-
Ctor
- PunchlineException(String) - Constructor for exception com.github.punch.api.exceptions.PunchlineException
-
- PunchlineException(String, Throwable) - Constructor for exception com.github.punch.api.exceptions.PunchlineException
-
- PunchNode - Annotation Type in com.github.punch.api.node
-
- PunchNodeException - Exception in com.github.punch.api.exceptions
-
This exception is used to report a PML configuration problem related to
a specific node from the PML graph.
- PunchNodeException() - Constructor for exception com.github.punch.api.exceptions.PunchNodeException
-
- PunchNodeException(Exception) - Constructor for exception com.github.punch.api.exceptions.PunchNodeException
-
- PunchNodeException(String) - Constructor for exception com.github.punch.api.exceptions.PunchNodeException
-
- PunchNodeException(String, Exception) - Constructor for exception com.github.punch.api.exceptions.PunchNodeException
-
- PunchNodePubSub - Interface in com.github.punch.api.node
-
- PunchNodeSettingException - Exception in com.github.punch.api.exceptions
-
Exception related to a specific setting in a PML node
- PunchNodeSettingException(String, String) - Constructor for exception com.github.punch.api.exceptions.PunchNodeSettingException
-
- PunchPrinter - Class in com.github.punch.api.printer
-
This class is a console printer helper:
- PunchPrinter() - Constructor for class com.github.punch.api.printer.PunchPrinter
-
Constructor
- PunchPrinter.Color - Enum in com.github.punch.api.printer
-
Ansi color code
- PunchProperty - Annotation Type in com.github.punch.api.node
-
- PunchProperty.Type - Enum in com.github.punch.api.node
-
- PunchSubscriptionNotFoundException - Exception in com.github.punch.api.exceptions
-
This exception class relates to subscription errors in the PML graph (unknown component or stream in component)
- PunchSubscriptionNotFoundException(String, String, String) - Constructor for exception com.github.punch.api.exceptions.PunchSubscriptionNotFoundException
-
- PunchSubscriptionNotFoundException(String, String) - Constructor for exception com.github.punch.api.exceptions.PunchSubscriptionNotFoundException
-
- put(Object) - Method in interface com.github.punch.api.node.StreamDeclaration
-