aQute.bnd.service.diff
Interface Differ

All Known Implementing Classes:
DiffPluginImpl

public interface Differ

Compare two Jars and report the differences.


Method Summary
 Tree deserialize(Tree.Data data)
           
 Tree tree(Analyzer source)
           
 Tree tree(Jar source)
           
 

Method Detail

tree

Tree tree(Analyzer source)
          throws Exception
Throws:
Exception

tree

Tree tree(Jar source)
          throws Exception
Throws:
Exception

deserialize

Tree deserialize(Tree.Data data)
                 throws Exception
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.