Class ClasspathPattern.ByLocationOrModule

  • All Implemented Interfaces:
    Iterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>, Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>, Predicate<URI>, Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
    Enclosing class:
    ClasspathPattern

    @Deprecated(since="2021-05-27")
    public static class ClasspathPattern.ByLocationOrModule
    extends AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
    implements Predicate<URI>
    Deprecated.
    • Constructor Detail

      • ByLocationOrModule

        public ByLocationOrModule()
        Deprecated.
    • Method Detail

      • test

        public boolean test​(URI name)
        Deprecated.
        Specified by:
        test in interface Predicate<URI>
      • iterator

        public Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry> iterator()
        Deprecated.
        Specified by:
        iterator in interface Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        iterator in interface Iterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        iterator in interface Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        iterator in class AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
      • size

        public int size()
        Deprecated.
        Specified by:
        size in interface Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        size in interface Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        size in class AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
      • add

        public boolean add​(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)
        Deprecated.
        Specified by:
        add in interface Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        add in interface Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Overrides:
        add in class AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
      • remove

        public boolean remove​(Object o)
        Deprecated.
        Specified by:
        remove in interface Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        remove in interface Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Overrides:
        remove in class AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
      • clear

        public void clear()
        Deprecated.
        Specified by:
        clear in interface Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Specified by:
        clear in interface Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
        Overrides:
        clear in class AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>