manpagez: man pages & more
man App::ClusterSSH::Config(3)
Home | html | info | man
App::ClusterSSH::Config(3)



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



perl v5.28.2                      2019-08-22        App::ClusterSSH::Config(3)

clusterssh 4.140.0 - Generated Thu Aug 22 15:35:41 CDT 2019
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.