Class ClasspathResourceSelector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClasspathResourceName​()
      Get the name of the selected classpath resource.
      java.lang.String toString​()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getClasspathResourceName

        public java.lang.String getClasspathResourceName​()
        Get the name of the selected classpath resource.

        The name of a classpath resource must follow the semantics for resource paths as defined in ClassLoader.getResource(String).

        See Also:
        ClassLoader.getResource(String), ClassLoader.getResourceAsStream(String), ClassLoader.getResources(String)
      • toString

        public java.lang.String toString​()
        Overrides:
        toString in class java.lang.Object