Interface ResourceProblems

All Superinterfaces:
ProblemFactory

public interface ResourceProblems extends ProblemFactory
See Also:
  • Method Details

    • get

      static ResourceProblems get()
    • unsupportedScheme

      Problem unsupportedScheme(String scheme)
    • containerNotWritable

      Problem containerNotWritable(URI location)
    • notFound

      Problem notFound(URI location)
    • readAccessDenied

      Problem readAccessDenied(URI location)
    • ensureLocalNotSupported

      Problem ensureLocalNotSupported(URI location)
    • insecureNotAllowed

      Problem insecureNotAllowed(URI location)