Uses of Class
com.aragost.javahg.commands.AnnotateCommand

Packages that use AnnotateCommand
com.aragost.javahg.commands.flags   
 

Uses of AnnotateCommand in com.aragost.javahg.commands.flags
 

Methods in com.aragost.javahg.commands.flags that return AnnotateCommand
 AnnotateCommand AnnotateCommandFlags.exclude(String... patterns)
          Set the --exclude command line flag.
 AnnotateCommand AnnotateCommandFlags.ignoreAllSpace()
          Set the --ignore-all-space command line flag.
 AnnotateCommand AnnotateCommandFlags.ignoreBlankLines()
          Set the --ignore-blank-lines command line flag.
 AnnotateCommand AnnotateCommandFlags.ignoreSpaceChange()
          Set the --ignore-space-change command line flag.
 AnnotateCommand AnnotateCommandFlags.include(String... patterns)
          Set the --include command line flag.
 AnnotateCommand AnnotateCommandFlags.noFollow()
          Set the --no-follow command line flag.
static AnnotateCommand AnnotateCommandFlags.on(Repository repository)
           
 AnnotateCommand AnnotateCommandFlags.rev(String rev)
          Set the --rev command line flag.
 



Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.