Class ClassPath.ResourceInfo

  • Direct Known Subclasses:
    ClassPath.ClassInfo
    Enclosing class:
    ClassPath

    @Beta
    @Deprecated(since="2022-12-01")
    public static class ClassPath.ResourceInfo
    extends java.lang.Object
    Deprecated.
    The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
    Represents a class path resource that can be either a class file or any other resource file loadable from the class path.
    Since:
    14.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated.
       
      java.lang.String getResourceName()
      Deprecated.
      Returns the fully qualified name of the resource.
      int hashCode()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      java.net.URL url()
      Deprecated.
      Returns the url identifying the resource.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • url

        public final java.net.URL url()
        Deprecated.
        Returns the url identifying the resource.
      • getResourceName

        public final java.lang.String getResourceName()
        Deprecated.
        Returns the fully qualified name of the resource. Such as "com/mycomp/foo/bar.txt".
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • toString

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