Class ManifestUtils


  • public final class ManifestUtils
    extends java.lang.Object
    Since:
    2.2
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> getPropertyValues​(java.lang.ClassLoader classloader, java.lang.String key)
      Search for a property in all the manifests found in the classloader
      • Methods inherited from class java.lang.Object

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

      • getPropertyValues

        public static java.util.List<java.lang.String> getPropertyValues​(java.lang.ClassLoader classloader,
                                                                         java.lang.String key)
        Search for a property in all the manifests found in the classloader
        Returns:
        the values, an empty list if the property is not found.