- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for getParents (0.07 seconds)
-
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
getLabel(); public void addEdgeTo(Vertex); public void removeEdgeTo(Vertex); public void addEdgeFrom(Vertex); public void removeEdgeFrom(Vertex); public java.util.List getChildren(); public java.util.List getChildLabels(); public java.util.List getParents(); public java.util.List getParentLabels(); public boolean isLeaf(); public boolean isRoot(); public boolean isConnected(); public Object clone() throws CloneNotSupportedExc; public String toString(); } org/codehaus/plexus/util/DirectoryScanner.class...
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) -
src/main/java/jcifs/smb/SmbFile.java
* <code>smb://</code> if the resource refers to the root of the URL * hierarchy which incidentally is also <code>smb://</code>. */ public String getParent() { return this.fileLocator.getParent(); } /** * Returns the full uncanonicalized URL of this SMB resource. An * <code>SmbFile</code> constructed with the result of this method will
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
} } } protected void mergeModel_Parent(Model target, Model source, boolean sourceDominant, Map<Object, Object> context) { Parent src = source.getParent(); if (src != null) { Parent tgt = target.getParent(); if (tgt == null) { tgt = new Parent(); tgt.setRelativePath(null); target.setParent(tgt); }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) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* <code>smb1://</code> if the resource refers to the root of the URL * hierarchy which incedentally is also <code>smb1://</code>. */ public String getParent() { String str = url.getAuthority(); if (str.length() > 0) { final StringBuilder sb = new StringBuilder("smb1://"); sb.append(str);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K 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)