FreeBSD Manual Pages
nx::configure(3) NX API nx::configure(3) ______________________________________________________________________________ NAME nx::configure - Get and set configuration options on the object system SYNOPSIS configure option ?arg? ______________________________________________________________________________ DESCRIPTION configure option ?arg? This command sets and retrieves options for the NX object sys- tem. Legal configuration options are: • defaultMethodCallProtection returns the currently active call-protection level used as default for newly defined method implementations (if not specified explicitly by a method definition), if arg is not provided. If arg is set, this default call-protection level is re-set to any of the available ones: public, private, protected. • defaultAccessor returns the currently active call-pro- tection level used as the default for newly defined prop- erties (if not specified explicitly by a property defini- tion), if arg is not provided. If arg is set, this de- fault call-protection level is re-set to any of the fol- lowing values: public, private, protected, or none. none indicates that no accessors (getter/setter methods) will be generated for newly defined properties, if not re- quested explicitly. COPYRIGHT Copyright (c) 2014-16 Stefan Sobernig <stefan.sobernig@wu.ac.at>, Gustaf Neumann <gustaf.neumann@wu.ac.at>; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT). configure 2.4.0 nx::configure(3)
NAME | SYNOPSIS | DESCRIPTION | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=configure.nx&sektion=3&manpath=FreeBSD+Ports+15.0>
