Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Ce contenu n'est pas disponible dans la langue sélectionnée.
2.14. shell:new, new
Abstract
creates a new Java object of the specified class
Synopsis Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
shell:new
[
--help
] {
class
} [
arg
...]
Arguments Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Table 2.14, “shell:new Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
class | The class of the object to create. |
args | The constructor arguments. |