diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-09-12 18:21:32 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-09-12 18:26:16 +0100 |
commit | 1e99d4a8a7edbd9870d5171849befa58082d4705 (patch) | |
tree | a36e7e905b3ca327d7a55764e9dd29dc3f6ba02f /.travis.yml | |
parent | 256a09c083073f783eae2149c178cf45448ea38d (diff) | |
download | sos-1e99d4a8a7edbd9870d5171849befa58082d4705.tar.gz |
[plugin] mark more interfaces private
Numerous Plugin methods are not expected to be called from outside
the base class. Mark them private with a leading underscore:
_copy_dir()
_copy_node()
_copy_symlink()
_do_copy_path()
_expand_copy_spec()
_mangle_command()
_make_command_filename()
_is_forbidden_path()
_collect_copy_specs()
_collect_cmd_output()
_collect_strings()
A couple of these (_mangle_command() and _do_copy_path()) are
invoked from the Plugin test suite; update the relevant cases to
call the new names.
Fixes #348.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions