Class ArtifactRestorationReport
- java.lang.Object
-
- org.apache.maven.buildcache.artifact.ArtifactRestorationReport
-
public class ArtifactRestorationReport extends Object
-
-
Constructor Summary
Constructors Constructor Description ArtifactRestorationReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRestoredFilesInProjectDirectory()
boolean
isSuccess()
void
setRestoredFilesInProjectDirectory(boolean restoredFilesInProjectDirectory)
void
setSuccess(boolean success)
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
-
setSuccess
public void setSuccess(boolean success)
-
isRestoredFilesInProjectDirectory
public boolean isRestoredFilesInProjectDirectory()
-
setRestoredFilesInProjectDirectory
public void setRestoredFilesInProjectDirectory(boolean restoredFilesInProjectDirectory)
-
-