| Modifier and Type | Method and Description |
|---|---|
static Directory |
Defaults.tempDirFactory() |
| Modifier and Type | Method and Description |
|---|---|
Directory |
ImmutableDownloadConfig.getArtifactStorePath() |
Directory |
DownloadConfig.getArtifactStorePath() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDownloadConfig.Builder |
ImmutableDownloadConfig.Builder.artifactStorePath(Directory artifactStorePath)
Initializes the value for the
artifactStorePath attribute. |
ImmutableDownloadConfig |
ImmutableDownloadConfig.withArtifactStorePath(Directory value)
Copy the current immutable object by setting a value for the
artifactStorePath attribute. |
| Modifier and Type | Method and Description |
|---|---|
Directory |
ImmutableDirectoryAndExecutableNaming.getDirectory() |
abstract Directory |
DirectoryAndExecutableNaming.getDirectory() |
| Modifier and Type | Method and Description |
|---|---|
static ExtractedFileSet |
ExtractedFileSets.copy(ExtractedFileSet src,
Directory directory,
TempNaming executableNaming) |
ImmutableDirectoryAndExecutableNaming.Builder |
ImmutableDirectoryAndExecutableNaming.Builder.directory(Directory directory)
Initializes the value for the
directory attribute. |
static DirectoryAndExecutableNaming |
DirectoryAndExecutableNaming.of(Directory directory,
TempNaming executableNaming) |
ImmutableDirectoryAndExecutableNaming |
ImmutableDirectoryAndExecutableNaming.withDirectory(Directory value)
Copy the current immutable object by setting a value for the
directory attribute. |
| Constructor and Description |
|---|
FilesToExtract(Directory dirFactory,
TempNaming executableNaming,
FileSet fileSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedPath |
class |
PlatformTempDir |
class |
PropertyOrPlatformTempDir |
class |
PropertyOrTempDirInPlatformTempDir |
class |
TempDirInPlatformTempDir |
class |
UserHome |
class |
UserTempDirInPlatformTempDir |
class |
UUIDDir |
| Modifier and Type | Method and Description |
|---|---|
static Directory |
PropertyOrTempDirInPlatformTempDir.defaultInstance() |
static Directory |
PropertyOrPlatformTempDir.defaultInstance() |
| Modifier and Type | Method and Description |
|---|---|
static File |
Files.createTempDir(Directory directory,
String prefix) |
static File |
Files.createTempFile(Directory directory,
String tempFileName) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableArtifactStore.Builder |
ImmutableArtifactStore.Builder.tempDirFactory(Directory tempDirFactory)
Initializes the value for the
tempDirFactory attribute. |
ArtifactStore |
ArtifactStore.with(Directory tempDirFactory,
TempNaming executableNaming) |
ImmutableArtifactStore |
ImmutableArtifactStore.withTempDirFactory(Directory value)
Copy the current immutable object by setting a value for the
tempDirFactory attribute. |
Copyright © 2022. All rights reserved.