org.jenkinsci.plugins.imagegallery.comparative
Class FilePairTree

java.lang.Object
  extended by org.jenkinsci.plugins.imagegallery.comparative.FilePairTree

public class FilePairTree
extends Object


Constructor Summary
FilePairTree()
           
 
Method Summary
 void addToBranch(List<String> branch, FilePair leaf)
           
 Set<FilePair> getLeafs()
           
 Map<String,FilePairTree> getNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePairTree

public FilePairTree()
Method Detail

addToBranch

public void addToBranch(List<String> branch,
                        FilePair leaf)

getNodes

public Map<String,FilePairTree> getNodes()

getLeafs

public Set<FilePair> getLeafs()


Copyright © 2004-2012 TupiLabs. All Rights Reserved.