KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > fr > jayasoft > ivy > ArtifactInfo


1 /*
2  * This file is subject to the license found in LICENCE.TXT in the root directory of the project.
3  *
4  * #SNAPSHOT#
5  */

6 package fr.jayasoft.ivy;
7
8 public interface ArtifactInfo {
9     String JavaDoc getRevision();
10     long getLastModified();
11 }
12
Popular Tags