Package org.moditect.model
Class DependencePattern
java.lang.Object
org.moditect.model.DependencePattern
A pattern for matching dependences (requires directives). Any matching
dependence will be amended with the pattern's modifiers or it will be
excluded, if the pattern isn't inclusive.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
static DependencePattern
parsePattern
(String pattern) static List
<DependencePattern> parsePatterns
(String patterns) toString()
-
Field Details
-
PATTERN
-
inclusive
private final boolean inclusive -
pattern
-
modifiers
-
-
Constructor Details
-
DependencePattern
-
-
Method Details