Class IgnoreMetaInfMarker

java.lang.Object
org.jboss.as.server.deployment.module.IgnoreMetaInfMarker

public class IgnoreMetaInfMarker extends Object
Marker that indicates that the contents of a resource roots META-INF directory should be ignored.
Author:
Stuart Douglas
  • Constructor Details

    • IgnoreMetaInfMarker

      public IgnoreMetaInfMarker()
  • Method Details

    • mark

      public static void mark(ResourceRoot root)
    • isIgnoreMetaInf

      public static boolean isIgnoreMetaInf(ResourceRoot resourceRoot)