Class 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 Detail

      • SCHEME_PATTERN

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

        public static final String CLASSPATH_SCHEME
        Deprecated.
        Scheme name for a classpath resource
        See Also:
        Constant Field Values
    • Constructor Detail

      • LocationUtil

        public LocationUtil()
        Deprecated.