org.sonar.api.utils
Class ManifestUtils

java.lang.Object
  extended by org.sonar.api.utils.ManifestUtils

public final class ManifestUtils
extends Object

Since:
2.2

Method Summary
static List<String> getPropertyValues(ClassLoader classloader, 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 List<String> getPropertyValues(ClassLoader classloader,
                                             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.


Copyright © 2009-2014 SonarSource. All Rights Reserved.