Uses of Interface
org.craftercms.studio.api.v2.utils.git.cli.GitCliOutputExceptionResolver
Packages that use GitCliOutputExceptionResolver
Package
Description
-
Uses of GitCliOutputExceptionResolver in org.craftercms.studio.impl.v2.utils.git
Fields in org.craftercms.studio.impl.v2.utils.git declared as GitCliOutputExceptionResolverMethods in org.craftercms.studio.impl.v2.utils.git with parameters of type GitCliOutputExceptionResolverModifier and TypeMethodDescriptionprotected StringGitCli.executeGitCommand(String directory, GitCli.GitCommandLine commandLine, GitCliOutputExceptionResolver exceptionResolver) -
Uses of GitCliOutputExceptionResolver in org.craftercms.studio.impl.v2.utils.git.cli
Classes in org.craftercms.studio.impl.v2.utils.git.cli that implement GitCliOutputExceptionResolverModifier and TypeClassDescriptionclassGitCliOutputExceptionResolverthat uses a list of other resolvers to determine which exception to throw.classGitCliOutputExceptionResolverthat tries to find a pattern in the Git output to see if it corresponds to aNoChangesToCommitException.classBase class forGitCliOutputExceptionResolvers that want to determine the error produced by a Git command by finding a special regex pattern in the output.classGitCliOutputExceptionResolverthat tries to find a pattern in the Git output to see if it corresponds to aRepositoryLockedExceptionResolver.Constructors in org.craftercms.studio.impl.v2.utils.git.cli with parameters of type GitCliOutputExceptionResolverModifierConstructorDescriptionConstructor parameters in org.craftercms.studio.impl.v2.utils.git.cli with type arguments of type GitCliOutputExceptionResolverModifierConstructorDescription