Class JarSet
- java.lang.Object
-
- com.atlassian.confluence.util.classpath.JarSet
-
public class JarSet extends Object
An immutable set of JARs, specified by their URLs on the classpath.
-
-
Field Summary
Fields Modifier and Type Field Description static JarSetEMPTY_JAR_SET
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Iteratoriterator()Returns a read-only iterator the goes through the JAR URLs in their natural order.intsize()
-