[Groovy] Class CachedPackage
- org.codehaus.groovy.tools.shell.util.CachedPackage
Properties Summary
Type | Name and description |
---|---|
boolean |
checked |
Map<String, CachedPackage> |
childPackages |
boolean |
containsClasses |
String |
name |
Set<URL> |
sources |
Constructor Summary
Constructor and description |
---|
CachedPackage
(String name, Set<URL> sources) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
boolean checked
Map<String, CachedPackage> childPackages
boolean containsClasses
String name
Set<URL> sources
Constructor Detail
CachedPackage(String name, Set<URL> sources)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/util/CachedPackage.html