bee.api
Repository
buildDependencyGraph(Projectproject)org.eclipse.aether.graph.DependencyNode
Projectproject)Projectproject |
|
org.eclipse.aether.graph.DependencyNode |
Build the dependency graph for compile scope.
collectDependency(Projectproject, Scopescopes)SetLibrary
Projectproject, Scopescopes)LibraryProjectproject |
|
Scopescopes |
|
Set |
Collect all dependencies in the specified scope.
collectDependency(Librarylibrary, Scopescopes)SetLibrary
Librarylibrary, Scopescopes)LibraryLibrarylibrary |
|
Scopescopes |
|
Set |
Collect all dependencies in the specified scope.
resolveLatestVersion(Librarylibrary)String
Librarylibrary)Librarylibrary |
|
String |
Resolve the latest version of the specified library.
resolveJar(Librarylibrary)psychopath.File
Librarylibrary)Librarylibrary |
|
psychopath.File |
Resolve the jar of the specified library.
resolveJavadoc(Librarylibrary)psychopath.File
Librarylibrary)Librarylibrary |
|
psychopath.File |
Resolve the javadoc of the specified library.
resolveSource(Librarylibrary)psychopath.File
Librarylibrary)Librarylibrary |
|
psychopath.File |
Resolve the source codes of the specified library.
install(Projectproject)void
Projectproject)Projectproject |
A project to install. |
Install project into the local repository.
install(Projectproject, psychopath.Fileclasses)void
Projectproject, psychopath.Fileclasses)Projectproject |
A project to install. |
psychopath.Fileclasses |
Install project into the local repository.
install(Projectproject, psychopath.Fileclasses, psychopath.Filesources, psychopath.Filejavadoc)void
Projectproject, psychopath.Fileclasses, psychopath.Filesources, psychopath.Filejavadoc)Projectproject |
A project to install. |
psychopath.Fileclasses |
|
psychopath.Filesources |
|
psychopath.Filejavadoc |
Install project into the local repository.
getLocalRepository()psychopath.Directory
psychopath.Directory |
Get the local repository path.
setLocalRepository(psychopath.Directorypath)void
psychopath.Directorypath)psychopath.Directorypath |
The local value to set. |
Set the local property of this Repository.