Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setParent (0.17 sec)

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

         *         project (e.g. describes the metadata of some artifact from the repository).
         */
        public Path getProjectDirectory() {
            return (pomFile != null) ? pomFile.getParent() : null;
        }
    
        /**
         * @return the model id as {@code groupId:artifactId:packaging:version}
         */
        public String getId()
        {
            StringBuilder id = new StringBuilder( 64 );
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
Back to top