Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

App::ClusterSSH::Config (3)

Name

App::ClusterSSH::Config - Object representing application configuration

Synopsis

Please see following description for synopsis

Description

User Contributed Perl Documentation
                                                    App::ClusterSSH::Config(3)



NAME
       ClusterSSH::Config - Object representing application configuration

SYNOPSIS
DESCRIPTION
       Object representing application configuration

METHODS
       $host=ClusterSSH::Config->new ({ })
           Create a new configuration object.

       $config->parse_config_file('<filename>');
           Read in configuration from given filename

       $config->validate_args();
           Validate and apply all configuration loaded at this point

       $path = $config->search_dirs('<name>', @seaarch_directories);
           Search the given directories for the name given.  Return undef if
           not found.

       $path = $config->find_binary('<name>');
           Locate the binary <name> and return the full path.  Doesn't just
           search $PATH in case the environment isn't set up correctly

       $config->load_configs(@extra);
           Load up configuration from known locations (warn if .csshrc file
           found) and load in option files as necessary.

       $config->write_user_config_file();
           Write out default $HOME/.clusterssh/config file (before option
           config files are loaded).

       $config->dump()
           Write currently defined configuration to STDOUT

AUTHOR
       Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>"

LICENSE AND COPYRIGHT
       Copyright 1999-2016 Duncan Ferguson.

       This program is free software; you can redistribute it and/or modify it
       under the terms of either: the GNU General Public License as published
       by the Free Software Foundation; or the Artistic License.

       See http://dev.perl.org/licenses/ for more information.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE   |
       +---------------+-------------------+
       |Availability   | terminal/cssh-532 |
       +---------------+-------------------+
       |Stability      | Uncommitted       |
       +---------------+-------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://downloads.sourceforge.net/project/clusterssh/2.%20ClusterSSH%20Series%204/App-
       ClusterSSH-4.09.tar.gz.

       Further information about this software can be found on the open source
       community website at https://sourceforge.net/projects/clusterssh/.



perl v5.32.0                      2022-06-28
                                                    App::ClusterSSH::Config(3)