]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.api/src/org/argeo/slc/CategorizedNameVersion.java
Move SLC API
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / CategorizedNameVersion.java
diff --git a/org.argeo.slc.api/src/org/argeo/slc/CategorizedNameVersion.java b/org.argeo.slc.api/src/org/argeo/slc/CategorizedNameVersion.java
new file mode 100644 (file)
index 0000000..fd7d56d
--- /dev/null
@@ -0,0 +1,10 @@
+package org.argeo.slc;
+
+/**
+ * Adds a dimension to {@link NameVersion} by adding an arbitrary category (e.g.
+ * Maven groupId, yum repository ID, etc.)
+ */
+public interface CategorizedNameVersion extends NameVersion {
+       /** The category of the component. */
+       public String getCategory();
+}