Class PhpFileImpl

    • Constructor Detail

      • PhpFileImpl

        public PhpFileImpl​(org.sonar.api.batch.fs.InputFile wrapped)
    • Method Detail

      • filename

        public String filename()
        Specified by:
        filename in interface PhpFile
        Returns:
        Filename for this file (including extension). For example: MyFile.php.
      • uri

        public URI uri()
        Specified by:
        uri in interface PhpFile
        Returns:
        Unique identifier of the file. It may not be a file:// URI, as it may not exist physically.