Class: FilesystemAdapter (Redmine::Scm::Adapters)

Overview
Module Structure
Class Hierarchy
Class Methods
FilesystemAdapter.client_available
Instance Methods
FilesystemAdapter#initialize / 5
FilesystemAdapter#path_encoding
FilesystemAdapter#format_path_ends / 3
FilesystemAdapter#info
FilesystemAdapter#entries / 3
FilesystemAdapter#cat / 2
FilesystemAdapter#target / 1
is a submodule of
module: Adapters ( Redmine::Scm )
inherits from
  AbstractAdapter ( Redmine::Scm::Adapters )
has properties
class method: client_available   
method: initialize / 5   
method: path_encoding   
method: format_path_ends / 3   
method: info   
method: entries / 3   
method: cat / 2   
method: target / 1   
is defined at
#27 in lib/redmine/scm/adapters/filesystem_adapter.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Redmine
  module: Scm
  module: Adapters
class: AbstractAdapter     
class: FilesystemAdapter     

Class Hierarchy

Object ( Builtin-Module )
AbstractAdapter ( Redmine::Scm::Adapters )
has properties
class method: client_command   
class method: shell_quote_command   
class method: client_version   
class method: client_version_string   
class method: client_version_above? / 2   
class method: client_available   
class method: shell_quote (1/2) / 1   
method: initialize / 5   
method: adapter_name   
method: supports_cat?   
method: supports_annotate?   
method: root_url   
method: url   
method: path_encoding   
method: info   
method: entry / 2   
method: entries / 3   
method: branches   
method: tags   
method: default_branch   
method: properties / 2   
method: revisions / 4   
method: diff / 3   
method: cat / 2   
method: with_leading_slash / 1   
method: with_trailling_slash / 1   
method: without_leading_slash / 1   
method: without_trailling_slash / 1   
method: shell_quote (2/E) / 1   
method: retrieve_root_url   
method: target / 2   
method: logger (1/2)   
method: shellout (1/2) / 3   
class method: logger (2/E)   
class method: shellout (2/E) / 3   
class method: strip_credential (1/2) / 1   
method: strip_credential (2/E) / 1   
method: scm_iconv / 3   
FilesystemAdapter ( Redmine::Scm::Adapters )
has properties
class method: client_available   
method: initialize / 5   
method: path_encoding   
method: format_path_ends / 3   
method: info   
method: entries / 3   
method: cat / 2   
method: target / 1   

Class Methods

FilesystemAdapter.client_available

#30 in lib/redmine/scm/adapters/filesystem_adapter.rb

client_available

Instance Methods

FilesystemAdapter#initialize / 5

#35 in lib/redmine/scm/adapters/filesystem_adapter.rb

initialize ( url ,
  root_url=nil ,
  login=nil ,
  password=nil ,
  path_encoding=nil )

FilesystemAdapter#path_encoding

#41 in lib/redmine/scm/adapters/filesystem_adapter.rb

path_encoding

FilesystemAdapter#format_path_ends / 3

#45 in lib/redmine/scm/adapters/filesystem_adapter.rb

format_path_ends ( path ,
  leading=true ,
  trailling=true )

FilesystemAdapter#info

#52 in lib/redmine/scm/adapters/filesystem_adapter.rb

info

FilesystemAdapter#entries / 3

#61 in lib/redmine/scm/adapters/filesystem_adapter.rb

entries ( path="" ,
  identifier=nil ,
  options={} )

FilesystemAdapter#cat / 2

#96 in lib/redmine/scm/adapters/filesystem_adapter.rb

cat ( path ,
  identifier=nil )

FilesystemAdapter#target / 1

#108 in lib/redmine/scm/adapters/filesystem_adapter.rb

target ( path=nil )