Groovy Documentation

org.gradle.api.internal.artifacts.repositories
Class DefaultInternalRepository

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.apache.ivy.plugins.resolver.FileSystemResolver
                      org.gradle.api.internal.artifacts.repositories.DefaultInternalRepository
All Implemented Interfaces:
InternalRepository

class DefaultInternalRepository
extends org.apache.ivy.plugins.resolver.FileSystemResolver

author:
Hans Dockter


Field Summary
 
Fields inherited from class org.apache.ivy.plugins.resolver.FileSystemResolver
DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED, DATE_FORMAT
 
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
DefaultInternalRepository()

 
Method Summary
void buildFinished(BuildResult result)

void buildStarted(StartParameter startParameter)

File getDir()

void projectsEvaluated(Build build)

void projectsLoaded(Build build)

void settingsEvaluated(Settings settings)

void taskGraphPopulated(TaskExecutionGraph graph)

 
Methods inherited from class org.apache.ivy.plugins.resolver.FileSystemResolver
beginPublishTransaction, abortPublishTransaction, commitPublishTransaction, addIvyPattern, addArtifactPattern, supportTransaction, setLocal, getTransactional, setTransactional, addConfiguredIvy, addConfiguredArtifact, getTypeName, isLocal, download, dumpSettings, setSettings, setRepository, getRepository, isAlwaysCheckExactRevision, setAlwaysCheckExactRevision, setName, publish, findIvyFileRef, listTokenValues, 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, 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.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

DefaultInternalRepository

DefaultInternalRepository()


 
Method Detail

buildFinished

public void buildFinished(BuildResult result)


buildStarted

public void buildStarted(StartParameter startParameter)


getDir

public File getDir()


projectsEvaluated

public void projectsEvaluated(Build build)


projectsLoaded

public void projectsLoaded(Build build)


settingsEvaluated

public void settingsEvaluated(Settings settings)


taskGraphPopulated

public void taskGraphPopulated(TaskExecutionGraph graph)


 

Groovy Documentation