Class Tools

    • Constructor Detail

      • Tools

        public Tools​(Map<String,​groovy.lang.Closure> inMap)
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        getMetaClass in class MappedClosure<groovy.lang.Closure,​Tools>
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        setMetaClass in class MappedClosure<groovy.lang.Closure,​Tools>
      • getProperty

        public Object getProperty​(String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
        Overrides:
        getProperty in class MappedClosure<groovy.lang.Closure,​Tools>
      • setProperty

        public void setProperty​(String property,
                                Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
        Overrides:
        setProperty in class MappedClosure<groovy.lang.Closure,​Tools>
      • mergeToolEntries

        @NonNull
        public List<List<Object>> mergeToolEntries​(@CheckForNull
                                                   Tools other)
      • getAllowedToolTypes

        public static Map<String,​String> getAllowedToolTypes()
      • typeForKey

        public static String typeForKey​(@NonNull
                                        String key)