public interface Project
Modifier and Type | Interface and Description |
---|---|
static class |
Project.SaveStatus
Statuses of project file.
|
Modifier and Type | Method and Description |
---|---|
Optional<File> |
getFile()
Return the location of the file (.smc) where the project is saved.
|
Project.SaveStatus |
getFileStatus()
Get the
Project.SaveStatus of the project file. |
Optional<OffsetDateTime> |
getLastSaveTime()
Get the time when the project file was last saved.
|
Optional<File> getFile()
Project.SaveStatus getFileStatus()
Project.SaveStatus
of the project file.Optional<OffsetDateTime> getLastSaveTime()
Copyright © 2019 Solibri, Inc.. All rights reserved.