Class Source


  • @Deprecated(since="2021-05-27")
    public class Source
    extends Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Source The source of a web artifact: servlet, filter, mapping etc
    • Field Detail

      • EMBEDDED

        public static final Source EMBEDDED
        Deprecated.
      • JAVAX_API

        public static final Source JAVAX_API
        Deprecated.
      • _resource

        public String _resource
        Deprecated.
    • Constructor Detail

      • Source

        public Source​(Source.Origin o,
                      String resource)
        Deprecated.
        Parameters:
        o - the Origin of the artifact (servlet, filter, mapping etc)
        resource - the location where the artifact was declared