com.aragost.javahg.internals
Class UpdateMergeHelper

java.lang.Object
  extended by com.aragost.javahg.internals.UpdateMergeHelper

public class UpdateMergeHelper
extends Object

A helper class to parse output from update and merge commands.


Constructor Summary
UpdateMergeHelper(InputStream stdout, ManifestMergeOracle oracle, AbstractCommand command)
           
 
Method Summary
 void merge()
           
 UpdateResult update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateMergeHelper

public UpdateMergeHelper(InputStream stdout,
                         ManifestMergeOracle oracle,
                         AbstractCommand command)
Method Detail

merge

public void merge()
           throws IOException
Throws:
IOException

update

public UpdateResult update()
                    throws IOException
Throws:
IOException


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