Class LocationUtil

java.lang.Object
ch.qos.logback.core.util.LocationUtil

@Deprecated(since="2022-01-27") public class LocationUtil extends Object
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A static utility method that converts a string that describes the location of a resource into a URL object.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Scheme name for a classpath resource
    static final String
    Deprecated.
    Regex pattern for a URL scheme (reference RFC 2396 section 3)
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static URL
    Deprecated.
    Converts a string describing the location of a resource into a URL object.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SCHEME_PATTERN

      public static final String SCHEME_PATTERN
      Deprecated.
      Regex pattern for a URL scheme (reference RFC 2396 section 3)
      See Also:
    • CLASSPATH_SCHEME

      public static final String CLASSPATH_SCHEME
      Deprecated.
      Scheme name for a classpath resource
      See Also:
  • Constructor Details

    • LocationUtil

      public LocationUtil()
      Deprecated.
  • Method Details