Red Hat Training

A Red Hat training course is available for Red Hat Fuse

2.14. shell:new, new

Abstract

creates a new Java object of the specified class

Synopsis

shell:new [ --help ] { class } [ arg ...]

Arguments

Table 2.14, “shell:new Arguments” describes the command's arguments.

Table 2.14. shell:new Arguments

ArgumentInterpretation
--help Displays the online help for this command
classThe class of the object to create.
argsThe constructor arguments.