- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getParent (0.08 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Parent src = source.getParent(); if (src != null) { Parent tgt = target.getParent(); if (tgt == null) { tgt = new Parent(); tgt.setRelativePath(null); target.setParent(tgt); } mergeParent(tgt, src, sourceDominant, context); } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
public Xpp3Dom getChild(int); public Xpp3Dom getChild(String); public void addChild(Xpp3Dom); public Xpp3Dom[] getChildren(); public Xpp3Dom[] getChildren(String); public int getChildCount(); public void removeChild(int); public Xpp3Dom getParent(); public void setParent(Xpp3Dom); public void writeToSerializer(String, pull.XmlSerializer) throws java.io.IOException; private static void mergeIntoXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean); public static Xpp3Dom mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean); public static...
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 164.6K bytes - Click Count (0) -
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 );
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)