Uses of Class
com.aspose.tasks.ProjectFileInfo
-
-
Uses of ProjectFileInfo in com.aspose.tasks
Methods in com.aspose.tasks that return ProjectFileInfo Modifier and Type Method Description static ProjectFileInfo
Project. getProjectFileInfo(InputStream stream)
Gets project file info from the stream.static ProjectFileInfo
Project. getProjectFileInfo(String filename)
Read project file info from the file.Methods in com.aspose.tasks with parameters of type ProjectFileInfo Modifier and Type Method Description boolean
ProjectFileInfo. equals(ProjectFileInfo other)
Returns a value indicating whether this instance is equal to a specified object.
-