1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00
This commit is contained in:
Cedric Beust 2016-03-17 01:36:13 +04:00
parent 283868d5b3
commit 427f9cafa4

View file

@ -8,6 +8,9 @@ import java.util.concurrent.Future
* Encapsulate a dependency that can be put on the classpath. This interface * Encapsulate a dependency that can be put on the classpath. This interface
* has two subclasses: FileDependency, a physical file, and MavenDependency, * has two subclasses: FileDependency, a physical file, and MavenDependency,
* which represents a dependency living in a Maven repo. * which represents a dependency living in a Maven repo.
*
* You can instantiate either of these concrete classes with DependencyManager#createMaven
* and DependencyManager#createFile.
*/ */
interface IClasspathDependency { interface IClasspathDependency {
/** Identifier for this dependency */ /** Identifier for this dependency */