edu.umd.cs.findbugs
Class CountBugs.KingdomAndPriorityKeyFactory

java.lang.Object
  extended by edu.umd.cs.findbugs.CountBugs.KingdomAndPriorityKeyFactory
All Implemented Interfaces:
CountBugs.KeyFactory
Enclosing class:
CountBugs

private static class CountBugs.KingdomAndPriorityKeyFactory
extends java.lang.Object
implements CountBugs.KeyFactory


Constructor Summary
private CountBugs.KingdomAndPriorityKeyFactory()
           
 
Method Summary
 CountBugs.Key createKey(BugInstance bugInstance)
           
 java.util.Set<CountBugs.Key> createKeySet(java.lang.String keyList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountBugs.KingdomAndPriorityKeyFactory

private CountBugs.KingdomAndPriorityKeyFactory()
Method Detail

createKey

public CountBugs.Key createKey(BugInstance bugInstance)
Specified by:
createKey in interface CountBugs.KeyFactory

createKeySet

public java.util.Set<CountBugs.Key> createKeySet(java.lang.String keyList)
Specified by:
createKeySet in interface CountBugs.KeyFactory