- Enclosing interface:
QrHandler
This interface allows to consume a file created by
QrHandler.toFile(Path, ToFileConsumer) easily-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic QrHandler.ToFileConsumerDiscard the newly created filestatic QrHandler.ToFileConsumerOpens the file if a Desktop environment is availablestatic QrHandler.ToFileConsumerPrints the location of the file on the terminal using the system logger
-
Method Details
-
discarding
Discard the newly created file -
toTerminal
Prints the location of the file on the terminal using the system logger -
toDesktop
Opens the file if a Desktop environment is available
-