类 ClassPathResource

java.lang.Object
com.walker.security.util.ClassPathResource

public class ClassPathResource extends Object
类路径资源加载器,借鉴 spring ClassPathResource
  • 构造器详细资料

    • ClassPathResource

      public ClassPathResource(String path)
    • ClassPathResource

      public ClassPathResource(String path, ClassLoader classLoader)
  • 方法详细资料

    • getInputStream

      public InputStream getInputStream() throws IOException
      抛出:
      IOException
    • getDescription

      public String getDescription()
    • exists

      public boolean exists()
    • resolveURL

      protected URL resolveURL()