| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.artifact | |
| co.cask.cdap.proto.id |
| Modifier and Type | Method and Description |
|---|---|
static Id.Artifact |
Id.Artifact.from(Id.Namespace namespace,
ArtifactId id)
Deprecated.
|
static Id.Artifact |
Id.Artifact.from(Id.Namespace namespace,
String name,
ArtifactVersion version)
Deprecated.
|
static Id.Artifact |
Id.Artifact.from(Id.Namespace namespace,
String name,
String version)
Deprecated.
|
static Id.Artifact |
Id.Artifact.parse(Id.Namespace namespace,
String fileName)
Deprecated.
Parses a string expected to be of the form {name}-{version}.jar into an
Id.Artifact,
where name is a valid id and version is of the form expected by ArtifactVersion. |
| Modifier and Type | Method and Description |
|---|---|
int |
Id.Artifact.compareTo(Id.Artifact o)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactSummary |
ArtifactSummary.from(Id.Artifact artifactId) |
| Modifier and Type | Method and Description |
|---|---|
Id.Artifact |
ArtifactId.toId() |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.