Uses of Interface
aQute.bnd.service.diff.Diff

Packages that use Diff
aQute.bnd.differ   
aQute.bnd.service.diff   
 

Uses of Diff in aQute.bnd.differ
 

Classes in aQute.bnd.differ that implement Diff
 class DiffImpl
          A DiffImpl class compares a newer Element to an older Element.
 

Fields in aQute.bnd.differ declared as Diff
 Diff Baseline.Info.packageDiff
           
 

Methods in aQute.bnd.differ that return Diff
 Diff DiffImpl.get(String name)
           
 Diff Baseline.getDiff()
          Gets the generated diff
 

Methods in aQute.bnd.differ that return types with arguments of type Diff
 Collection<? extends Diff> DiffImpl.getChildren()
           
 

Uses of Diff in aQute.bnd.service.diff
 

Methods in aQute.bnd.service.diff that return Diff
 Diff Tree.diff(Tree older)
           
 Diff Diff.get(String name)
           
 

Methods in aQute.bnd.service.diff that return types with arguments of type Diff
 Collection<? extends Diff> Diff.getChildren()
           
 

Methods in aQute.bnd.service.diff with parameters of type Diff
 boolean Diff.Ignore.contains(Diff diff)
           
 



Copyright © 2014 aQute SARL. All rights reserved.