Class Source


  • @Deprecated(since="2021-05-27")
    public class Source
    extends java.lang.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 java.lang.String _resource
        Deprecated.
    • Constructor Detail

      • Source

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

      • getOrigin

        public Source.Origin getOrigin()
        Deprecated.
        Returns:
        the origin
      • getResource

        public java.lang.String getResource()
        Deprecated.
        Returns:
        the resource
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()