ch.bind.philib.util
Class CounterRepo

java.lang.Object
  extended by ch.bind.philib.util.CounterRepo

public final class CounterRepo
extends Object


Field Summary
static CounterRepo DEFAULT
           
 
Constructor Summary
CounterRepo()
           
 
Method Summary
 void clear()
           
 Counter forClass(Class<?> clazz)
           
 Counter forClass(Class<?> clazz, String postfix)
           
 Counter forName(String name)
           
 Counter forName(String name, String postfix)
           
 Collection<Counter> getCounters()
           
 void remove(Class<?> clazz)
           
 void remove(Class<?> clazz, String postfix)
           
 void remove(String name)
           
 void remove(String name, String postfix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final CounterRepo DEFAULT
Constructor Detail

CounterRepo

public CounterRepo()
Method Detail

forClass

public Counter forClass(Class<?> clazz)

forClass

public Counter forClass(Class<?> clazz,
                        String postfix)

forName

public Counter forName(String name)

forName

public Counter forName(String name,
                       String postfix)

remove

public void remove(String name)

remove

public void remove(String name,
                   String postfix)

remove

public void remove(Class<?> clazz)

remove

public void remove(Class<?> clazz,
                   String postfix)

getCounters

public Collection<Counter> getCounters()

clear

public void clear()


Copyright © 2013. All Rights Reserved.