public class DownlogRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>
extends org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T,R>
| Modifier and Type | Class and Description |
|---|---|
static class |
DownlogRequestBuilder.StandaloneDownlogBuilder |
| Constructor and Description |
|---|
DownlogRequestBuilder() |
| Modifier and Type | Method and Description |
|---|---|
R |
build() |
protected void |
confgure(R recipe) |
static DownlogRequestBuilder.StandaloneDownlogBuilder |
newDownlogRequestBuilder() |
T |
withExcludedSourceLocations(Set<org.commonjava.maven.galley.model.Location> excludedSourceLocations) |
T |
withExcludedSources(Set<String> excludedSources) |
T |
withExcludedSubgraphs(Collection<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> excludedSubgraphs) |
T |
withExtras(Set<org.commonjava.cartographer.request.ExtraCT> extras) |
T |
withGraphs(org.commonjava.cartographer.request.GraphComposition graphs) |
T |
withInjectedBOMs(List<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> injectedBOMs) |
T |
withLinePrefix(String linePrefix) |
T |
withLocalUrls(boolean localUrls) |
T |
withMetas(Set<String> metas) |
T |
withMultiSourceGAVs(boolean multiSourceGAVs) |
T |
withPatcherIds(Collection<String> patcherIds) |
T |
withPathOnly(boolean pathOnly) |
T |
withResolve(boolean resolve) |
T |
withSource(String source) |
T |
withSourceLocation(org.commonjava.maven.galley.model.Location source) |
T |
withTimeoutSecs(Integer timeoutSecs) |
T |
withVersionSelections(Map<org.commonjava.maven.atlas.ident.ref.ProjectRef,org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> versionSelections) |
T |
withWorkspaceId(String workspaceId) |
configure, getExcludedSourceLocations, getExcludedSources, getExtras, getLocalUrls, getMetas, isMultiSourceGAVs, newRepositoryContentRecipeBuildernewMultiGraphResolverRequestBuilderpublic static DownlogRequestBuilder.StandaloneDownlogBuilder newDownlogRequestBuilder()
public T withPathOnly(boolean pathOnly)
public R build()
build in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>protected void confgure(R recipe)
public T withExcludedSources(Set<String> excludedSources)
withExcludedSources in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withExtras(Set<org.commonjava.cartographer.request.ExtraCT> extras)
withExtras in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withMetas(Set<String> metas)
withMetas in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withExcludedSourceLocations(Set<org.commonjava.maven.galley.model.Location> excludedSourceLocations)
withExcludedSourceLocations in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withMultiSourceGAVs(boolean multiSourceGAVs)
withMultiSourceGAVs in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withLocalUrls(boolean localUrls)
withLocalUrls in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withGraphs(org.commonjava.cartographer.request.GraphComposition graphs)
withGraphs in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withSource(String source)
withSource in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withWorkspaceId(String workspaceId)
withWorkspaceId in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withSourceLocation(org.commonjava.maven.galley.model.Location source)
withSourceLocation in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withTimeoutSecs(Integer timeoutSecs)
withTimeoutSecs in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withPatcherIds(Collection<String> patcherIds)
withPatcherIds in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withResolve(boolean resolve)
withResolve in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withInjectedBOMs(List<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> injectedBOMs)
withInjectedBOMs in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withExcludedSubgraphs(Collection<org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> excludedSubgraphs)
withExcludedSubgraphs in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>public T withVersionSelections(Map<org.commonjava.maven.atlas.ident.ref.ProjectRef,org.commonjava.maven.atlas.ident.ref.ProjectVersionRef> versionSelections)
withVersionSelections in class org.commonjava.cartographer.request.build.RepositoryContentRequestBuilder<T extends DownlogRequestBuilder<T,R>,R extends DownlogRequest>Copyright © 2011-2015. All Rights Reserved.