Uses of Class
com.aragost.javahg.internals.HgInputStream

Packages that use HgInputStream
com.aragost.javahg   
com.aragost.javahg.commands   
com.aragost.javahg.internals   
com.aragost.javahg.merge   
 

Uses of HgInputStream in com.aragost.javahg
 

Methods in com.aragost.javahg with parameters of type HgInputStream
static List<Changeset> Changeset.readListFromStream(Repository repository, HgInputStream in)
          This method is an alias for Changeset.readListFromStream(Repository, HgInputStream, boolean) with the eager parameter set to false.
static List<Changeset> Changeset.readListFromStream(Repository repository, HgInputStream in, boolean eager)
          Read the rest of the content of the stream and return a List of the Changeset found there.
 

Uses of HgInputStream in com.aragost.javahg.commands
 

Methods in com.aragost.javahg.commands that return HgInputStream
 HgInputStream DiffCommand.stream(File... files)
          Run hg diff on the files.
 HgInputStream ExportCommand.stream(String... revs)
          Export a revision to a stream.
 

Methods in com.aragost.javahg.commands with parameters of type HgInputStream
static ResolveStatusLine ResolveStatusLine.fromStream(HgInputStream stream)
           
static StatusLine StatusLine.fromStream(HgInputStream stream)
           
 

Uses of HgInputStream in com.aragost.javahg.internals
 

Methods in com.aragost.javahg.internals that return HgInputStream
protected  HgInputStream AbstractCommand.launchStream(String... args)
          Launch the command and return stdout as a InputStream.
 HgInputStream GenericLogCommand.stream(String... args)
           
 

Methods in com.aragost.javahg.internals with parameters of type HgInputStream
protected  void BaseStatusLine.initFromStream(HgInputStream stream)
          Read and decode a line from an input stream.
static List<Changeset> PullPushHelper.parseStream(AbstractCommand command, HgInputStream stream)
           
 

Constructors in com.aragost.javahg.internals with parameters of type HgInputStream
LineIterator(HgInputStream stream)
           
 

Uses of HgInputStream in com.aragost.javahg.merge
 

Methods in com.aragost.javahg.merge with parameters of type HgInputStream
 void BackoutConflictResolvingContext.processStream(HgInputStream in, boolean whenUnknowReturn)
          Example:
 void ConflictResolvingContext.processStream(HgInputStream in, boolean whenUnknowReturn)
          Read input from the stream record conflicts.
 



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