Index: Artifact.java
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/java/org/apache/maven/repository/Artifact.java,v
retrieving revision 1.4
diff -u -r1.4 Artifact.java
--- Artifact.java	22 Aug 2002 19:40:44 -0000	1.4
+++ Artifact.java	1 Oct 2002 20:52:22 -0000
@@ -63,6 +63,20 @@
  */
 public interface Artifact
 {
+
+    /**
+     * Return the path of the artifact using platform specific naming
+     * conventions.
+     */
     String getPath();
+
+    /**
+     * Return an URL path that is platform agnostic.
+     */
     String getUrlPath();
+
+    /**
+     * Return the name of the artifact.
+     */
+    String getName();
 }
