| Modifier and Type | Method and Description |
|---|---|
ModuleVersionResolveException |
ModuleVersionResolveResult.getFailure()
Returns the resolve failure, if any.
|
ModuleVersionResolveException |
ModuleVersionIdResolveResult.getFailure()
Returns the resolve failure, if any.
|
ArtifactResolveException |
ArtifactResolveResult.getFailure()
Returns the resolve failure, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalResourceMetaData |
DownloadedArtifact.getExternalResourceMetaData() |
| Constructor and Description |
|---|
DownloadedArtifact(File localFile,
ExternalResourceMetaData externalResourceMetaData) |
| Modifier and Type | Method and Description |
|---|---|
File |
DefaultMavenFileLocations.getGlobalMavenDir() |
File |
DefaultMavenFileLocations.getGlobalSettingsFile() |
| Modifier and Type | Method and Description |
|---|---|
ExternalResourceMetaData |
ExternalResourceRepository.getResourceMetaData(String source)
Fetches only the metadata for the result.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalResource |
ExternalResourceRepository.getResource(String source,
LocallyAvailableResourceCandidates localCandidates,
CachedExternalResource cached) |
ExternalResource |
ExternalResourceRepository.getResource(String source,
LocallyAvailableResourceCandidates localCandidates,
CachedExternalResource cached) |
| Modifier and Type | Method and Description |
|---|---|
ExternalResourceMetaData |
ExternalResource.getMetaData() |
| Modifier and Type | Method and Description |
|---|---|
File |
CachedExternalResource.getCachedFile()
The cached version of the external resource as a local file.
|
ExternalResourceMetaData |
CachedExternalResource.getExternalResourceMetaData() |
CachedExternalResource |
CachedExternalResourceIndex.lookup(K key)
Lookup a cached resolution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachedExternalResourceIndex.store(K key,
File artifactFile,
ExternalResourceMetaData metaData)
Adds a resolution to the index.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ExternalResourceMetaData.getEtag()
Some kind of opaque checksum that was advertised by the remote ?server?.
|
String |
DefaultExternalResourceMetaData.getEtag() |
Date |
ExternalResourceMetaData.getLastModified() |
Date |
DefaultExternalResourceMetaData.getLastModified() |
HashValue |
ExternalResourceMetaData.getSha1()
The advertised sha-1 of the external resource.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExternalResourceMetaDataCompare.isDefinitelyUnchanged(ExternalResourceMetaData local,
Factory<ExternalResourceMetaData> remoteFactory) |
| Constructor and Description |
|---|
DefaultExternalResourceMetaData(String location,
Date lastModified,
long contentLength,
String etag,
HashValue sha1) |
DefaultExternalResourceMetaData(String location,
Date lastModified,
long contentLength,
String etag,
HashValue sha1) |
DefaultExternalResourceMetaData(String location,
Date lastModified,
long contentLength,
String etag,
HashValue sha1) |
DefaultExternalResourceMetaData(String location,
long lastModified,
long contentLength,
String etag,
HashValue sha1) |
DefaultExternalResourceMetaData(String location,
long lastModified,
long contentLength,
String etag,
HashValue sha1) |
| Modifier and Type | Method and Description |
|---|---|
ExternalResourceMetaData |
ExternalResourceAccessor.getMetaData(String location)
Obtains only the metadata about the resource.
|
ExternalResource |
ExternalResourceAccessor.getResource(String location)
Obtain the resource at the given location.
|
HashValue |
ExternalResourceAccessor.getResourceSha1(String location)
Obtain the SHA-1 checksum for the resource at the given location.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalResource |
DefaultCacheAwareExternalResourceAccessor.getResource(String location,
LocallyAvailableResourceCandidates localCandidates,
CachedExternalResource cached) |
ExternalResource |
DefaultCacheAwareExternalResourceAccessor.getResource(String location,
LocallyAvailableResourceCandidates localCandidates,
CachedExternalResource cached) |
ExternalResource |
CacheAwareExternalResourceAccessor.getResource(String source,
LocallyAvailableResourceCandidates localCandidates,
CachedExternalResource cached) |
ExternalResource |
CacheAwareExternalResourceAccessor.getResource(String source,
LocallyAvailableResourceCandidates localCandidates,
CachedExternalResource cached) |
| Modifier and Type | Method and Description |
|---|---|
File |
TmpDirTemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
TmpDirTemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
TmpDirTemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
TemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
TemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
TemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
DefaultTemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
DefaultTemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
DefaultTemporaryFileProvider.createTemporaryDirectory(String prefix,
String suffix,
String... path) |
File |
TmpDirTemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path) |
File |
TmpDirTemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path) |
File |
TmpDirTemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path) |
File |
TemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path)
Allocates and creates a new temporary file with the given prefix, suffix,
and path, relative to the temporary file directory.
|
File |
TemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path)
Allocates and creates a new temporary file with the given prefix, suffix,
and path, relative to the temporary file directory.
|
File |
TemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path)
Allocates and creates a new temporary file with the given prefix, suffix,
and path, relative to the temporary file directory.
|
File |
DefaultTemporaryFileProvider.createTemporaryFile(String prefix,
String suffix,
String... path) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
CompileResult.getException() |
| Constructor and Description |
|---|
CompileResult(boolean didWork,
Throwable exception) |
DaemonForkOptions(String minHeapSize,
String maxHeapSize,
Iterable<String> jvmArgs) |
DaemonForkOptions(String minHeapSize,
String maxHeapSize,
Iterable<String> jvmArgs) |
DaemonForkOptions(String minHeapSize,
String maxHeapSize,
Iterable<String> jvmArgs,
Iterable<File> classpath,
Iterable<String> sharedPackages) |
DaemonForkOptions(String minHeapSize,
String maxHeapSize,
Iterable<String> jvmArgs,
Iterable<File> classpath,
Iterable<String> sharedPackages) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOptions.define(Map<String,Object> args) |
Copyright © 2013. All rights reserved