Class MavenBuildFile

    • Constructor Detail

      • MavenBuildFile

        public MavenBuildFile​(Path projectDirPath,
                              ExtensionCatalog catalog)
        Deprecated.
    • Method Detail

      • importBom

        protected boolean importBom​(io.quarkus.maven.dependency.ArtifactCoords coords)
        Deprecated.
        Specified by:
        importBom in class BuildFile
      • addDependency

        protected boolean addDependency​(io.quarkus.maven.dependency.ArtifactCoords coords,
                                        boolean managed)
        Deprecated.
        Specified by:
        addDependency in class BuildFile
      • getInstalledPlatforms

        public final Collection<io.quarkus.maven.dependency.ArtifactCoords> getInstalledPlatforms()
                                                                                           throws IOException
        Deprecated.
        Description copied from interface: ExtensionManager
        Returns the list of the imported platforms in the current project.
        Returns:
        current list of imported platforms
        Throws:
        IOException - if a problem occurs while reading the project build file(s)
      • refreshData

        protected void refreshData()
        Deprecated.
        Specified by:
        refreshData in class BuildFile
      • getBuildTool

        public BuildTool getBuildTool()
        Deprecated.
        Returns:
        the BuildTool of this extension manager