Documentation ¶
Index ¶
- type DockerfileIgnorePathMatcher
- func (f *DockerfileIgnorePathMatcher) BaseFilepath() string
- func (f *DockerfileIgnorePathMatcher) MatchPath(path string) bool
- func (f *DockerfileIgnorePathMatcher) ProcessDirOrSubmodulePath(path string) (bool, bool)
- func (f *DockerfileIgnorePathMatcher) String() string
- func (f *DockerfileIgnorePathMatcher) TrimFileBaseFilepath(path string) string
- type GitMappingPathMatcher
- func (f *GitMappingPathMatcher) BaseFilepath() string
- func (f *GitMappingPathMatcher) MatchPath(path string) bool
- func (f *GitMappingPathMatcher) ProcessDirOrSubmodulePath(path string) (bool, bool)
- func (f *GitMappingPathMatcher) String() string
- func (f *GitMappingPathMatcher) TrimFileBaseFilepath(path string) string
- type PathMatcher
- type SimplePathMatcher
- func (f *SimplePathMatcher) BaseFilepath() string
- func (f *SimplePathMatcher) MatchPath(path string) bool
- func (f *SimplePathMatcher) Paths() []string
- func (f *SimplePathMatcher) ProcessDirOrSubmodulePath(path string) (bool, bool)
- func (f *SimplePathMatcher) String() string
- func (f *SimplePathMatcher) TrimFileBaseFilepath(path string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerfileIgnorePathMatcher ¶
type DockerfileIgnorePathMatcher struct {
// contains filtered or unexported fields
}
func NewDockerfileIgnorePathMatcher ¶
func NewDockerfileIgnorePathMatcher(basePath string, patternMatcher *fileutils.PatternMatcher, greedySearch bool) *DockerfileIgnorePathMatcher
func (*DockerfileIgnorePathMatcher) BaseFilepath ¶
func (f *DockerfileIgnorePathMatcher) BaseFilepath() string
func (*DockerfileIgnorePathMatcher) MatchPath ¶
func (f *DockerfileIgnorePathMatcher) MatchPath(path string) bool
func (*DockerfileIgnorePathMatcher) ProcessDirOrSubmodulePath ¶
func (f *DockerfileIgnorePathMatcher) ProcessDirOrSubmodulePath(path string) (bool, bool)
func (*DockerfileIgnorePathMatcher) String ¶
func (f *DockerfileIgnorePathMatcher) String() string
func (*DockerfileIgnorePathMatcher) TrimFileBaseFilepath ¶
type GitMappingPathMatcher ¶
type GitMappingPathMatcher struct {
// contains filtered or unexported fields
}
func NewGitMappingPathMatcher ¶
func NewGitMappingPathMatcher(basePath string, includePaths, excludePaths []string, greedySearch bool) *GitMappingPathMatcher
func (*GitMappingPathMatcher) BaseFilepath ¶
func (f *GitMappingPathMatcher) BaseFilepath() string
func (*GitMappingPathMatcher) MatchPath ¶
func (f *GitMappingPathMatcher) MatchPath(path string) bool
func (*GitMappingPathMatcher) ProcessDirOrSubmodulePath ¶
func (f *GitMappingPathMatcher) ProcessDirOrSubmodulePath(path string) (bool, bool)
func (*GitMappingPathMatcher) String ¶
func (f *GitMappingPathMatcher) String() string
func (*GitMappingPathMatcher) TrimFileBaseFilepath ¶
type PathMatcher ¶
type SimplePathMatcher ¶
type SimplePathMatcher struct {
// contains filtered or unexported fields
}
func NewSimplePathMatcher ¶
func NewSimplePathMatcher(basePath string, paths []string, greedySearch bool) *SimplePathMatcher
func (*SimplePathMatcher) BaseFilepath ¶
func (f *SimplePathMatcher) BaseFilepath() string
func (*SimplePathMatcher) MatchPath ¶
func (f *SimplePathMatcher) MatchPath(path string) bool
func (*SimplePathMatcher) Paths ¶
func (f *SimplePathMatcher) Paths() []string
func (*SimplePathMatcher) ProcessDirOrSubmodulePath ¶
func (f *SimplePathMatcher) ProcessDirOrSubmodulePath(path string) (bool, bool)
func (*SimplePathMatcher) String ¶
func (f *SimplePathMatcher) String() string
func (*SimplePathMatcher) TrimFileBaseFilepath ¶
Click to show internal directories.
Click to hide internal directories.