Interface IResource

  • All Known Implementing Classes:
    Resource

    public interface IResource
    • Method Detail

      • getKlass

        Class<?> getKlass()
      • getResource

        String getResource()
      • getResourceAsStream

        default InputStream getResourceAsStream​(boolean assertExists)
      • getURL

        default URL getURL()
      • isExists

        default boolean isExists()
      • read

        default String read​(boolean newline)