Class LibraryInfo

  • Direct Known Subclasses:
    FaceletLibraryInfo

    public class LibraryInfo
    extends Object

    LibraryInfo is a simple wrapper class for information pertinent to building a complete resource path using a Library and/or Contract.

    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getName

        public String getName()
        Returns:
        return the library name.
      • getVersion

        public VersionInfo getVersion()
        Returns:
        return the version of the library, or null if the library isn't versioned.
      • getPath

        public String getPath()
        Returns:
        the base path of the library.
      • getLocalePrefix

        public String getLocalePrefix()
        Returns:
        the Locale prefix, if any.
      • getContract

        public String getContract()
        Returns:
        active contract or null