Package | Description |
---|---|
io.takari.builder.internal.workspace | |
io.takari.incrementalbuild.maven.internal | |
io.takari.incrementalbuild.spi | |
io.takari.incrementalbuild.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace.ResourceStatus |
FilesystemWorkspace.getResourceStatus(File file,
long lastModified,
long length) |
Modifier and Type | Method and Description |
---|---|
Workspace.ResourceStatus |
ProjectWorkspace.getResourceStatus(File file,
long lastModified,
long length) |
Modifier and Type | Method and Description |
---|---|
Workspace.ResourceStatus |
FilesystemWorkspace.getResourceStatus(File file,
long lastModified,
long length) |
Modifier and Type | Method and Description |
---|---|
Workspace.ResourceStatus |
Workspace.getResourceStatus(File file,
long lastModified,
long length) |
static Workspace.ResourceStatus |
Workspace.ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workspace.ResourceStatus[] |
Workspace.ResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Workspace.FileVisitor.visit(File file,
long lastModified,
long length,
Workspace.ResourceStatus status) |
Copyright © 2021. All rights reserved.