Package com.vaadin.flow.gradle
Object ModuleIdentifierPredicate.Companion
-
- All Implemented Interfaces:
public class ModuleIdentifierPredicate.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final ModuleIdentifierPredicateFLOW_SERVERprivate final ModuleIdentifierPredicateANYpublic final static ModuleIdentifierPredicate.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ModuleIdentifierPredicatefromGroupNameGlob(String groupNameGlob)Creates a matcher matching groupNameGlob. final ModuleIdentifierPredicategetFLOW_SERVER()final ModuleIdentifierPredicategetANY()-
-
Method Detail
-
fromGroupNameGlob
final ModuleIdentifierPredicate fromGroupNameGlob(String groupNameGlob)
Creates a matcher matching groupNameGlob.
- Parameters:
groupNameGlob- matches both groupId and artifactId.
-
getFLOW_SERVER
final ModuleIdentifierPredicate getFLOW_SERVER()
-
getANY
final ModuleIdentifierPredicate getANY()
-
-
-
-