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 JarSet
EMPTY_JAR_SET
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
Iterator
iterator()
Returns a read-only iterator the goes through the JAR URLs in their natural order.int
size()
-