Package org.apache.camel.k.catalog.model
Interface Artifact
-
- All Superinterfaces:
Comparable<Artifact>
- All Known Subinterfaces:
CamelArtifact
,CamelLoader
- All Known Implementing Classes:
ImmutableCamelArtifact
,ImmutableCamelLoader
public interface Artifact extends Comparable<Artifact>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
compareTo(Artifact o)
static Artifact
from(String groupId, String artifactId)
String
getArtifactId()
String
getGroupId()
Optional<String>
getVersion()
-