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 Summary
Constructors Constructor Description IgnoreMetaInfMarker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisIgnoreMetaInf(ResourceRoot resourceRoot)static voidmark(ResourceRoot root)
-
-
-
Method Detail
-
mark
public static void mark(ResourceRoot root)
-
isIgnoreMetaInf
public static boolean isIgnoreMetaInf(ResourceRoot resourceRoot)
-
-