Class ResourceMergerUtil


  • public abstract class ResourceMergerUtil
    extends java.lang.Object
    Utility methods for merged resources.
    Since:
    1.2
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isMergedResource​(Resource resource)
      Returns true if the provided Resource is a merged resource.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceMergerUtil

        public ResourceMergerUtil()
    • Method Detail

      • isMergedResource

        public static boolean isMergedResource​(Resource resource)
        Returns true if the provided Resource is a merged resource. If the resource is null, false is returned.
        Parameters:
        resource - The resource
        Returns:
        Returns true if the provided Resource is a merged resource.