com.atlassian.confluence.util.classpath
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.
EMPTY_JAR_SET
public static final JarSet EMPTY_JAR_SET
JarSet
public JarSet(Set urls)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
size
public int size()
iterator
public Iterator iterator()
- Returns a read-only iterator the goes through the JAR URLs in their natural order.
Copyright © 2003-2013 Atlassian. All Rights Reserved.