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