Interface VcsFile

    • Method Detail

      • getName

        @NotNull
        String getName()
        Returns:
        name of the file
      • getFullPath

        @NotNull
        String getFullPath()
        Returns:
        path taking into account checkout rules of VCS roots
      • isDirectory

        boolean isDirectory()
        Returns:
        true if this file is directory
      • getContent

        @NotNull
        byte[] getContent()
                   throws VcsException
        Returns:
        binary content of the file
        Throws:
        VcsException - in case of any VCS errors or when file is directory