Groovy Documentation

org.gradle.api.artifacts.repositories
Class WebdavResolver

java.lang.Object
  org.apache.ivy.plugins.resolver.AbstractResolver
      org.apache.ivy.plugins.resolver.BasicResolver
          org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver
              org.apache.ivy.plugins.resolver.RepositoryResolver
                  org.gradle.api.artifacts.repositories.WebdavResolver

class WebdavResolver
extends org.apache.ivy.plugins.resolver.RepositoryResolver

author:
Hans Dockter


Field Summary
 
Fields inherited from class org.apache.ivy.plugins.resolver.RepositoryResolver
DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED, DATE_FORMAT
 
Fields inherited from class org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver
DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED, DATE_FORMAT
 
Fields inherited from class org.apache.ivy.plugins.resolver.BasicResolver
DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED, DATE_FORMAT
 
Constructor Summary
WebdavResolver()

 
Method Summary
java.lang.String getTypeName()

void setUser(java.lang.String user)

void setUserPassword(java.lang.String userPassword)

 
Methods inherited from class org.apache.ivy.plugins.resolver.RepositoryResolver
download, dumpSettings, setSettings, setRepository, getRepository, isAlwaysCheckExactRevision, setAlwaysCheckExactRevision, setName, getTypeName, publish, findIvyFileRef, listTokenValues, addIvyPattern, addArtifactPattern, addConfiguredIvy, addConfiguredArtifact, getIvyPatterns, getArtifactPatterns, isM2compatible, setM2compatible, findResource, download, reportFailure, reportFailure, getDependency, listTokenValues, listOrganisations, listModules, listRevisions, getChecksumAlgorithms, isAllownomd, getWorkspaceName, setWorkspaceName, isEnvDependent, setEnvDependent, isCheckconsistency, setCheckconsistency, setForce, isForce, setAllownomd, setDescriptor, setChecksums, toString, parse, exists, locate, beginPublishTransaction, abortPublishTransaction, commitPublishTransaction, getNamespace, getRepositoryCacheManager, setRepositoryCacheManager, setValidate, getSettings, hidePassword, getEventManager, getLatestStrategy, isValidate, setLatestStrategy, setLatest, getLatest, setNamespace, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, getName, validate, setCache, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver
findIvyFileRef, listTokenValues, dumpSettings, addIvyPattern, addArtifactPattern, addConfiguredIvy, addConfiguredArtifact, getIvyPatterns, getArtifactPatterns, isM2compatible, setM2compatible, findResource, download, download, reportFailure, reportFailure, getDependency, listTokenValues, listOrganisations, listModules, listRevisions, getChecksumAlgorithms, isAllownomd, getWorkspaceName, setWorkspaceName, isEnvDependent, setEnvDependent, isCheckconsistency, setCheckconsistency, setForce, isForce, setAllownomd, setDescriptor, setChecksums, toString, parse, exists, locate, beginPublishTransaction, abortPublishTransaction, commitPublishTransaction, getNamespace, setSettings, getRepositoryCacheManager, setRepositoryCacheManager, setValidate, getSettings, hidePassword, getEventManager, getLatestStrategy, isValidate, setLatestStrategy, setLatest, getLatest, setNamespace, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, getName, setName, getTypeName, validate, setCache, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll, publish
 
Methods inherited from class org.apache.ivy.plugins.resolver.BasicResolver
download, download, reportFailure, reportFailure, getDependency, listTokenValues, listOrganisations, listModules, listRevisions, getChecksumAlgorithms, isAllownomd, getWorkspaceName, setWorkspaceName, isEnvDependent, setEnvDependent, isCheckconsistency, setCheckconsistency, setForce, isForce, setAllownomd, setDescriptor, setChecksums, toString, parse, exists, locate, beginPublishTransaction, abortPublishTransaction, commitPublishTransaction, listTokenValues, getNamespace, dumpSettings, setSettings, getRepositoryCacheManager, setRepositoryCacheManager, setValidate, getSettings, hidePassword, getEventManager, getLatestStrategy, isValidate, setLatestStrategy, setLatest, getLatest, setNamespace, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, getName, setName, getTypeName, validate, setCache, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll, findIvyFileRef, publish
 
Methods inherited from class org.apache.ivy.plugins.resolver.AbstractResolver
download, reportFailure, reportFailure, beginPublishTransaction, abortPublishTransaction, commitPublishTransaction, listTokenValues, listTokenValues, listOrganisations, listModules, listRevisions, getNamespace, dumpSettings, setSettings, getRepositoryCacheManager, setRepositoryCacheManager, setValidate, getSettings, hidePassword, getEventManager, getLatestStrategy, isValidate, setLatestStrategy, setLatest, getLatest, setNamespace, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, toString, getName, setName, getTypeName, exists, validate, locate, setCache, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll, download, getDependency, findIvyFileRef, publish
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

WebdavResolver

public WebdavResolver()


 
Method Detail

getTypeName

public java.lang.String getTypeName()


setUser

public void setUser(java.lang.String user)


setUserPassword

public void setUserPassword(java.lang.String userPassword)


 

Groovy Documentation