public class BuilderWorkspace extends Object
Constructor and Description |
---|
BuilderWorkspace(Workspace workspace,
Path basedir,
io.takari.builder.internal.BuilderExecutionState oldExecutionState) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(Path path) |
Workspace.Mode |
getMode(Path basedir) |
boolean |
isDirectory(Path path) |
boolean |
isRegularFile(Path path) |
void |
processOutput(Path path) |
Stream<Path> |
walk(Path basedir) |
public Stream<Path> walk(Path basedir) throws IOException
IOException
public Workspace.Mode getMode(Path basedir)
public boolean isRegularFile(Path path)
public boolean exists(Path path)
public boolean isDirectory(Path path)
public void processOutput(Path path)
Copyright © 2021. All rights reserved.