public class CoordinateFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinateFilter.CoordinateFilterBuilder
Coordinate Filter Builder
|
| Modifier and Type | Field and Description |
|---|---|
static String |
MAVEN_COORDINATES_SEPARATOR |
static int |
MAX_TOKENS |
static String |
WILD_CARD |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(org.apache.maven.artifact.Artifact artifact)
Returns true if the coordinate filter matches the Artifact attributes.
|
String |
getMuleCoordinatesFormat()
Returns the coordinate format followed by Mule, which follows the following convention:
|
static CoordinateFilter |
of(String coordinate)
Receives a String that represents a coordinate to be matched and returns the proper filter for it, if the coordinate is
incomplete, it completes the remaining attributes with wild cards '*'
|
public static final String MAVEN_COORDINATES_SEPARATOR
public static final String WILD_CARD
public static final int MAX_TOKENS
public static CoordinateFilter of(String coordinate)
coordinate - Maven Coordinate string to be parsed Format: public boolean accepts(org.apache.maven.artifact.Artifact artifact)
artifact - The artifact to be comparedpublic String getMuleCoordinatesFormat()
Copyright © 2017. All rights reserved.