com.atlassian.confluence.util.classpath
Class JarSet
java.lang.Object
com.atlassian.confluence.util.classpath.JarSet
public class JarSet
- extends java.lang.Object
An immutable set of JARs, specified by their URLs on the classpath.
Constructor Summary |
JarSet(java.util.Set urls)
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.util.Iterator |
iterator()
Returns a read-only iterator the goes through the JAR URLs in their natural order. |
int |
size()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EMPTY_JAR_SET
public static final JarSet EMPTY_JAR_SET
JarSet
public JarSet(java.util.Set urls)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
size
public int size()
iterator
public java.util.Iterator iterator()
- Returns a read-only iterator the goes through the JAR URLs in their natural order.
Copyright © 2003-2014 Atlassian. All Rights Reserved.