Package org.apache.ivy.plugins.resolver
Class BintrayResolver
- java.lang.Object
-
- All Implemented Interfaces:
Validatable
,DependencyResolver
,HasLatestStrategy
public class BintrayResolver extends IBiblioResolver
BintrayResolver is a resolver which can be used to resolve dependencies found in the Bintray artifacts repository.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DEFAULT_NAME
private static java.lang.String
DL_BINTRAY
private boolean
isNameUpdatable
private static java.lang.String
JCENTER
private java.lang.String
repo
private java.lang.String
subject
-
Fields inherited from class org.apache.ivy.plugins.resolver.IBiblioResolver
DEFAULT_M2_ROOT, DEFAULT_PATTERN, DEFAULT_ROOT
-
Fields inherited from class org.apache.ivy.plugins.resolver.BasicResolver
DATE_FORMAT, DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED
-
-
Constructor Summary
Constructors Constructor Description BintrayResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setRepo(java.lang.String repo)
void
setSubject(java.lang.String subject)
private void
updateName(java.lang.String defaultName)
private void
updateRoot()
-
Methods inherited from class org.apache.ivy.plugins.resolver.IBiblioResolver
download, dumpSettings, ensureConfigured, exists, findArtifactRef, findIvyFileRef, findTokenValues, getArtifactPatterns, getDependency, getModuleDescriptorExtension, getPattern, getRoot, getTypeName, isUseMavenMetadata, isUsepoms, listModules, listOrganisations, listResources, listRevisions, listTokenValues, listTokenValues, locate, publish, setM2compatible, setPattern, setRoot, setUseMavenMetadata, setUsepoms
-
Methods inherited from class org.apache.ivy.plugins.resolver.RepositoryResolver
exist, findResourceUsingPattern, get, getDestination, getRepository, getResource, isAlwaysCheckExactRevision, publish, put, putChecksum, putSignature, setAlwaysCheckExactRevision, setName, setRepository, setSettings, setSigner
-
Methods inherited from class org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver
addArtifactPattern, addConfiguredArtifact, addConfiguredIvy, addIvyPattern, convertM2CriteriaForResourceSearch, convertM2IdForResourceSearch, convertM2OrganizationForResourceSearch, convertM2ResourceSearchIdToNormal, convertM2TokenValuesForResourceSearch, findArtifactNames, findIvyNames, findNames, findResource, findResourceUsingPatterns, getIvyPatterns, isM2compatible, listTokenValues, setArtifactPatterns, setIvyPatterns
-
Methods inherited from class org.apache.ivy.plugins.resolver.BasicResolver
acceptLatest, checkModuleDescriptorRevision, clearArtifactAttempts, clearIvyAttempts, doFindArtifactRef, download, filterNames, findFirstArtifactRef, getAndCheck, getArtifactRef, getChecksumAlgorithms, getDefaultRMDParser, getPublicationDate, getRMDParser, getWorkspaceName, isAllownomd, isCheckconsistency, isEnvDependent, isForce, logArtifactAttempt, logAttempt, logIvyAttempt, parse, reportFailure, reportFailure, setAllownomd, setCheckconsistency, setChecksums, setDescriptor, setEnvDependent, setForce, setWorkspaceName, shouldReturnResolvedModule, toString
-
Methods inherited from class org.apache.ivy.plugins.resolver.AbstractResolver
abortPublishTransaction, beginPublishTransaction, checkInterrupted, checkLatest, commitPublishTransaction, doValidate, findModuleInCache, findModuleInCache, fromSystem, fromSystem, getCacheDownloadOptions, getCacheOptions, getChangingMatcherName, getChangingPattern, getDownloadOptions, getEventManager, getLatest, getLatestStrategy, getName, getNamespace, getParserSettings, getRepositoryCacheManager, getSettings, getSystemNode, getTimeoutConstraint, hidePassword, isAfter, isValidate, saveModuleRevisionIfNeeded, setCache, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, setLatest, setLatestStrategy, setNamespace, setRepositoryCacheManager, setTimeoutConstraint, setValidate, toSystem, toSystem, toSystem, toSystem, toSystem, toSystem, validate
-
-
-
-
Field Detail
-
JCENTER
private static final java.lang.String JCENTER
- See Also:
- Constant Field Values
-
DL_BINTRAY
private static final java.lang.String DL_BINTRAY
- See Also:
- Constant Field Values
-
DEFAULT_NAME
private static final java.lang.String DEFAULT_NAME
- See Also:
- Constant Field Values
-
subject
private java.lang.String subject
-
repo
private java.lang.String repo
-
isNameUpdatable
private boolean isNameUpdatable
-
-