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

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

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

Methods in com.aragost.javahg.commands.flags that return StatusCommand
 StatusCommand StatusCommandFlags.added()
          Set the --added command line flag.
 StatusCommand StatusCommandFlags.all()
          Set the --all command line flag.
 StatusCommand StatusCommandFlags.change(String rev)
          Set the --change command line flag.
 StatusCommand StatusCommandFlags.clean()
          Set the --clean command line flag.
 StatusCommand StatusCommandFlags.copies()
          Set the --copies command line flag.
 StatusCommand StatusCommandFlags.deleted()
          Set the --deleted command line flag.
 StatusCommand StatusCommandFlags.exclude(String... patterns)
          Set the --exclude command line flag.
 StatusCommand StatusCommandFlags.ignored()
          Set the --ignored command line flag.
 StatusCommand StatusCommandFlags.include(String... patterns)
          Set the --include command line flag.
 StatusCommand StatusCommandFlags.modified()
          Set the --modified command line flag.
static StatusCommand StatusCommandFlags.on(Repository repository)
           
 StatusCommand StatusCommandFlags.removed()
          Set the --removed command line flag.
 StatusCommand StatusCommandFlags.rev(String... revs)
          Set the --rev command line flag.
 StatusCommand StatusCommandFlags.unknown()
          Set the --unknown command line flag.
 



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