com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ProjectFileInfo

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<ProjectFileInfo>


    public final class ProjectFileInfo
    extends Object
    implements com.aspose.ms.System.IEquatable<ProjectFileInfo>

    The class instance contains information about project file format and version of Microsoft Project where the file was created.


    Use CanRead property to define that the library can process the project file.
    • Method Detail

      • canRead

        public final boolean canRead()

        Gets a value indicating whether defines can Aspose.Tasks process the project file.

        Returns:
        true if Aspose.Tasks can process the project file.
      • equals

        public final boolean equals(ProjectFileInfo other)

        Returns a value indicating whether this instance is equal to a specified object.

        Parameters:
        other - The specified object to compare with this instance.
        Returns:
        returns true if the specified ProjectFileInfo and this instance have equal file format and application info.
      • equals

        public boolean equals(Object obj)

        Returns a value indicating whether this instance is equal to a specified object.

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<ProjectFileInfo>
        Overrides:
        equals in class Object
        Parameters:
        obj - The specified object to compare with this instance.
        Returns:
        returns true if the specified ProjectFileInfo and this instance have equal file format and application info.
      • getProjectApplicationInfo

        public final int getProjectApplicationInfo()

        Gets project file application info. Read only ApplicationInfo.

        Returns:
        project file application info.
      • getProjectFileFormat

        public final int getProjectFileFormat()

        Gets project file format. Read only FileFormat.

        Returns:
        project file format.
      • hashCode

        public int hashCode()

        Returns a hash code value for the instance of the ProjectFileInfo class.

        Overrides:
        hashCode in class Object
        Returns:
        returns a hash code value for this object.