Class ManifestHelper

java.lang.Object
org.jboss.as.server.deployment.ManifestHelper

public final class ManifestHelper extends Object
Manifest helper methods
Since:
15-Nov-2012
Author:
Thomas.Diesler@jboss.com
  • Method Details

    • hasMainAttributeValue

      public static boolean hasMainAttributeValue(Manifest manifest, String attribute)
    • getMainAttributeValue

      public static String getMainAttributeValue(Manifest manifest, String attribute)