public class SubdirectoryPattern extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
patterns
List of pattern strings.
|
String |
subdirectory
The subdirectory into which matching artifacts should be installed.
|
| Constructor and Description |
|---|
SubdirectoryPattern() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.maven.artifact.Artifact artifact)
Returns true iff this pattern matches the given artifact.
|
public String subdirectory
public List<String> patterns
Additionally, the wildcard character (*) is allowed and matches
anything. For example, the pattern org.scijava:*:*:natives-*
would match any artifact with groupId org.scijava and classifier
beginning with natives-.
Copyright © 2014–2020 SciJava. All rights reserved.