Package org.eclipse.jetty.webapp
Class ClasspathPattern.ByPackageOrName
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
- org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
-
- All Implemented Interfaces:
Iterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>,Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>,Predicate<String>,Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Enclosing class:
- ClasspathPattern
@Deprecated(since="2021-05-27") public static class ClasspathPattern.ByPackageOrName extends AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry> implements Predicate<String>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ByPackageOrName()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanadd(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)Deprecated.voidclear()Deprecated.Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry>iterator()Deprecated.booleanremove(Object o)Deprecated.intsize()Deprecated.booleantest(String name)Deprecated.-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
test
public boolean test(String name)
Deprecated.
-
iterator
public Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry> iterator()
Deprecated.- Specified by:
iteratorin interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
iteratorin interfaceIterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
iteratorin interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
iteratorin classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
size
public int size()
Deprecated.- Specified by:
sizein interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
sizein interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
sizein classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
add
public boolean add(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)
Deprecated.- Specified by:
addin interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
addin interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Overrides:
addin classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
remove
public boolean remove(Object o)
Deprecated.- Specified by:
removein interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
removein interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Overrides:
removein classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
clear
public void clear()
Deprecated.- Specified by:
clearin interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
clearin interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Overrides:
clearin classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
-