Liking cljdoc? Tell your friends :D

org.soulspace.tools.repo


add-repositoryclj

(add-repository repo)

Adds a repository to the list of configured repositories.

Adds a repository to the list of configured repositories.
raw docstring

artifact-filenameclj

(artifact-filename a)
(artifact-filename extension a)
(artifact-filename classifier extension a)

Returns the filename of the artifact in the repository. Takes classifier and extension as an optional parameter.

Returns the filename of the artifact in the repository.
Takes classifier and extension as an optional parameter.
raw docstring

artifact-keyclj

(artifact-key a)

Returns a string key for the artifact a, disregarding a version.

Returns a string key for the artifact a, disregarding a version.
raw docstring

artifact-local-pathclj

(artifact-local-path a)

Returns the path of the artifact in the local filesystem.

Returns the path of the artifact in the local filesystem.
raw docstring

artifact-metadata-urlclj

(artifact-metadata-url repo a)

Returns the URL to the maven metadata of the artifact.

Returns the URL to the maven metadata of the artifact.
raw docstring

artifact-relative-pathclj

(artifact-relative-path a)

Returns the path to the artifact.

Returns the path to the artifact.
raw docstring

artifact-urlclj

(artifact-url repo a)
(artifact-url repo extension a)
(artifact-url repo classifier extension a)

Returns the URL of the artifact on the remote server. Takes classifier and extension as an optional parameter.

Returns the URL of the artifact on the remote server.
Takes classifier and extension as an optional parameter.
raw docstring

artifact-version-keyclj

(artifact-version-key a)

Returns a string key for the artifact a including a version.

Returns a string key for the artifact a including a version.
raw docstring

artifact-version-local-pathclj

(artifact-version-local-path a)

Returns the path of the artifact in the local filesystem.

Returns the path of the artifact in the local filesystem.
raw docstring

artifact-version-relative-pathclj

(artifact-version-relative-path a)

Returns the path to the artifact.

Returns the path to the artifact.
raw docstring

build-dependency-nodeclj

(build-dependency-node a)
(build-dependency-node a dependencies)

Creates a node for the dependency tree.

Creates a node for the dependency tree.
raw docstring

cache-artifactclj

(cache-artifact a)
(cache-artifact extension a)
(cache-artifact classifier extension a)

Downloads and caches an artifact including it's associated pom.

Downloads and caches an artifact including it's associated pom.
raw docstring

centralclj


clojarsclj


compare-revisionclj

(compare-revision c1 c2)

Compares two revision components c1 and c2.

Compares two revision components c1 and c2.
raw docstring

compare-versionclj

(compare-version v1 v2)

Compares to versions v1 and v2.

Compares to versions v1 and v2.
raw docstring

contains-version?clj

(contains-version? r v)
(contains-version? from to v)

Returns true if the version v is contained in the version range given by from and to or as a map.

Returns true if the version v is contained in the version range given by from and to or as a map.
raw docstring

cycle?clj

(cycle? a)

Checks, if the artifact produces a cycle.

Checks, if the artifact produces a cycle.
raw docstring

digits?clj

(digits? s)

Tests if s contains only digits.

Tests if s contains only digits.
raw docstring

download-artifactclj

(download-artifact repo a)
(download-artifact repo extension a)
(download-artifact repo classifier extension a)

Downloads the artifact a from the repository. Takes classifier and extension as an optional parameter.

Downloads the artifact a from the repository.
Takes classifier and extension as an optional parameter.
raw docstring

exclude-artifactclj

(exclude-artifact exclusions a)

Returns the exclusions collection with the artifact key added.

Returns the exclusions collection with the artifact key added.
raw docstring

excluded?clj

(excluded? exclusions a)

Checks, if the artifact is in the set of exclusions.

Checks, if the artifact is in the set of exclusions.
raw docstring

excludes?clj

(excludes? e dep)
raw docstring

greater-version?clj

(greater-version? v1 v2)

Returns true, if v1 is greater than v2.

Returns true, if v1 is greater than v2.
raw docstring

hash-schemesclj


lesser-version?clj

(lesser-version? v1 v2)

Returns true, if v1 is less than v2.

Returns true, if v1 is less than v2.
raw docstring

local-artifact?clj

(local-artifact? a)
(local-artifact? extension a)
(local-artifact? classifier extension a)

Checks if the repository has the local artifact a. Takes classifier and extension as an optional parameter.

Checks if the repository has the local artifact a.
Takes classifier and extension as an optional parameter.
raw docstring

local-repositoryclj


managed-versionsclj

(managed-versions pom)

Transforms the dependency manangement list into a map of artifact keys to versions.

Transforms the dependency manangement list into a map of artifact keys to versions.
raw docstring

merge-build-sectionclj

(merge-build-section p1 p2)

Merges the build of parent POM p1 and child POM p2

Merges the build of parent POM p1 and child POM p2
raw docstring

merge-pomsclj

(merge-poms)
(merge-poms p1 p2)

Merges a parent POM p1 and a child POM p2.

Merges a parent POM p1 and a child POM p2.
raw docstring

merge-reporting-sectionclj

(merge-reporting-section p1 p2)

Merges the reporting of parent POM p1 and child POM p2

Merges the reporting of parent POM p1 and child POM p2
raw docstring

pom-for-artifactclj

(pom-for-artifact a)

Builds the project object model map for the artifact by loading and merging the POM and it's parent POM's, if any.

Builds the project object model map for the artifact by loading and merging the POM and it's parent POM's, if any.
raw docstring

(print-deps dep)
(print-deps d dependencies path exclusions)
raw docstring

read-artifact-pomclj

(read-artifact-pom a)

Returns the POM of the artifact.

Returns the POM of the artifact.
raw docstring

remote-artifact?clj

(remote-artifact? repo a)
(remote-artifact? repo extension a)
(remote-artifact? repo classifier extension a)

Checks if the repository has the remote artifact a. Takes classifier and extension as an optional parameter.

Checks if the repository has the remote artifact a.
Takes classifier and extension as an optional parameter.
raw docstring

replace-properties-in-pomclj

(replace-properties-in-pom pom)

Returns the map for of the POM with the properties replaced with their values.

Returns the map for of the POM with the properties replaced with their values.
raw docstring

repositoriesclj


resolve-dependenciesclj

(resolve-dependencies a)
(resolve-dependencies d path exclusions)

Resolves the (transitive) dependencies of the artifact.

Resolves the (transitive) dependencies of the artifact.
raw docstring

resolved?clj

(resolved? resolved a)

Checks, if the artifact is already resolved.

Checks, if the artifact is already resolved.
raw docstring

same-artifact-version?clj

(same-artifact-version? a1 a2)

Returns true, when the artifacts a1 and a2 have the same artifact version key.

Returns true, when the artifacts a1 and a2 have the same artifact version key.
raw docstring

same-artifact?clj

(same-artifact? a1 a2)

Returns true, when the artifacts a1 and a2 have the same artifact key.

Returns true, when the artifacts a1 and a2 have the same artifact key.
raw docstring

same-version?clj

(same-version? v1 v2)

Returns true, if both versions are the same.

Returns true, if both versions are the same.
raw docstring

split-versionclj

(split-version version)
(split-version version re)

Splits a version string into revision components.

Splits a version string into revision components.
raw docstring

user-homeclj

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close