Package org.apache.ivy.plugins.resolver
Class BintrayResolver
- All Implemented Interfaces:
Validatable
,DependencyResolver
,HasLatestStrategy
BintrayResolver is a resolver which can be used to resolve dependencies found in the Bintray
artifacts repository.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private boolean
private static final String
private String
private String
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setSubject
(String subject) private void
updateName
(String defaultName) private void
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 Details
-
JCENTER
- See Also:
-
DL_BINTRAY
- See Also:
-
DEFAULT_NAME
- See Also:
-
subject
-
repo
-
isNameUpdatable
private boolean isNameUpdatable
-
-
Constructor Details
-
BintrayResolver
public BintrayResolver()
-
-
Method Details
-
setSubject
-
setRepo
-
updateRoot
private void updateRoot() -
updateName
-