Class LocationUtil

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

public class LocationUtil extends Object
A static utility method that converts a string that describes the location of a resource into a URL object.
Author:
Carl Harris
  • Field Details

    • SCHEME_PATTERN

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

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

    • LocationUtil

      public LocationUtil()
  • Method Details