Uses of Class
nl.basjes.gitignore.GitIgnoreFileSet
-
Uses of GitIgnoreFileSet in nl.basjes.gitignore
Methods in nl.basjes.gitignore that return GitIgnoreFileSetModifier and TypeMethodDescriptionGitIgnoreFileSet.assumeQueriesAreProjectRelative()Sets the default assumption on how to interpret the filenames that must be checked to "all queries are assumed to be project relative"GitIgnoreFileSet.assumeQueriesIncludeProjectBaseDir()Sets the default assumption on how to interpret the filenames that must be checked to "all queries are assumed to start with the path to the project directory"GitIgnoreFileSet.setAssumeProjectRelativeQueries(boolean assumeProjectRelativeQueries) Sets the default assumption on how to interpret the filenames that must be checked.GitIgnoreFileSet.setVerbose(boolean verbose) Make all currently loaded gitignore files become verbose when used.