| Package | Description |
|---|---|
| co.cask.cdap.proto.artifact |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactRange |
ArtifactRange.parse(Id.Namespace namespace,
String artifactRangeStr)
Parses an unnamespaced string representation of an artifact range.
|
static ArtifactRange |
ArtifactRange.parse(String artifactRangeStr)
Parses the string representation of an artifact range, which is of the form:
{namespace}:{name}[{lower-version},{upper-version}].
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.