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.
- Author:
- Gunnar Morling
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanstatic DependencePatternparsePattern(String pattern) static List<DependencePattern> parsePatterns(String patterns) toString()
-
Method Details
-
parsePatterns
-
parsePattern
-
matches
-
getPattern
-
getModifiers
-
isMatchAll
public boolean isMatchAll() -
isInclusive
public boolean isInclusive() -
toString
-