bee

bee.api

Repository

buildDependencyGraph(Projectproject)org.eclipse.aether.graph.DependencyNode

Projectproject
org.eclipse.aether.graph.DependencyNode

Build the dependency graph for compile scope.

collectDependency(Projectproject, Scopescopes)SetLibrary

Projectproject
Scopescopes
SetLibrary

Collect all dependencies in the specified scope.

collectDependency(Librarylibrary, Scopescopes)SetLibrary

Librarylibrary
Scopescopes
SetLibrary

Collect all dependencies in the specified scope.

resolveLatestVersion(Librarylibrary)String

Librarylibrary
String

Resolve the latest version of the specified library.

resolveJar(Librarylibrary)psychopath.File

Librarylibrary
psychopath.File

Resolve the jar of the specified library.

resolveJavadoc(Librarylibrary)psychopath.File

Librarylibrary
psychopath.File

Resolve the javadoc of the specified library.

resolveSource(Librarylibrary)psychopath.File

Librarylibrary
psychopath.File

Resolve the source codes of the specified library.

install(Projectproject)void

Projectproject

A project to install.

Install project into the local repository.

install(Projectproject, psychopath.Fileclasses)void

Projectproject

A project to install.

psychopath.Fileclasses

Install project into the local repository.

install(Projectproject, psychopath.Fileclasses, psychopath.Filesources, psychopath.Filejavadoc)void

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

The local value to set.

Set the local property of this Repository.