Groovy 2.2.0

org.codehaus.groovy.runtime
[Java] Class GroovyCategorySupport.ThreadCategoryInfo

java.lang.Object
  java.util.AbstractMap
      java.util.HashMap
          org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo

public static class GroovyCategorySupport.ThreadCategoryInfo
extends HashMap

Method Summary
CategoryMethodList getCategoryMethods(String name)

Object use(List categoryClasses, Closure closure)

 
Methods inherited from class HashMap
remove, get, put, values, clone, clear, isEmpty, size, entrySet, putAll, keySet, containsKey, containsValue, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class AbstractMap
remove, get, put, equals, toString, values, hashCode, clear, isEmpty, size, entrySet, putAll, keySet, containsKey, containsValue, wait, wait, wait, getClass, notify, notifyAll
 

Method Detail

getCategoryMethods

public CategoryMethodList getCategoryMethods(String name)


use

public Object use(List categoryClasses, Closure closure)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.