Class IgnoreTestsConfig
- java.lang.Object
-
- org.apache.sling.testing.junit.rules.util.IgnoreTestsConfig
-
public class IgnoreTestsConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIGNORE_LIST_PROPstatic StringRUN_IGNORE_LIST_PROP
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanasteriskMatch(String pattern, String text)static IgnoreTestsConfigget()Matchmatch(String fqdn)static voidreCreate()Recreate the singleton config object.
-
-
-
Field Detail
-
IGNORE_LIST_PROP
public static final String IGNORE_LIST_PROP
- See Also:
- Constant Field Values
-
RUN_IGNORE_LIST_PROP
public static final String RUN_IGNORE_LIST_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static IgnoreTestsConfig get()
- Returns:
- the singleton config object.
-
reCreate
public static void reCreate()
Recreate the singleton config object.
-
-