| Package | Description |
|---|---|
| org.mule.tools.api.validation | |
| org.mule.tools.api.validation.project |
| Modifier and Type | Method and Description |
|---|---|
static String |
VersionUtils.completeIncremental(String version)
It completes the incremental version number with 0 in the event the version provided has the form x to become x.0.0 or x.y to
become x.y.0
|
static Boolean |
VersionUtils.isVersionGreaterOrEquals(String version1,
String version2)
Validates if
version1 is greater or equal than version2 |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractProjectValidator.additionalValidation() |
protected void |
MuleProjectValidator.additionalValidation() |
static Boolean |
AbstractProjectValidator.isClassifierValid(String classifier)
It validates that the provided packaging types is a valid one
|
static Boolean |
AbstractProjectValidator.isPackagingTypeValid(String packagingType)
It validates that the provided packaging types is a valid one
|
static void |
MuleProjectValidator.isProjectStructureValid(String packagingType,
Path projectBaseDir)
It validates the project folder structure is valid
|
Boolean |
AbstractProjectValidator.isProjectValid(String goal)
Ensure a project contained in the projectBaseDir is valid based on its packaging type.
|
Copyright © 2018 MuleSoft Inc. All rights reserved.