Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setPomPath (0.09 seconds)

  1. api/maven-api-model/src/main/mdo/maven.mdo

        public java.io.File getPomFile() {
            return (getDelegate().getPomFile() != null) ? getDelegate().getPomFile().toFile() : null;
        }
    
        /**
         * @deprecated Use {@link #setPomPath(Path)} instead.
         */
        @Deprecated(since = "4.0.0")
        public void setPomFile(java.io.File pomFile) {
            update( getDelegate().withPomFile(pomFile != null ? pomFile.toPath() : null));
        }
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 17 09:48:21 GMT 2026
    - 133.5K bytes
    - Click Count (0)
Back to Top