- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for baseDirectory (4.34 sec)
-
src/main/java/org/codelibs/core/io/FileUtil.java
* @param baseDirectory the base directory that the path must be within (must not be {@literal null}) * @return true if the path is safe (within the base directory), false otherwise */ public static boolean isPathSafe(final Path pathToCheck, final Path baseDirectory) { assertArgumentNotNull("pathToCheck", pathToCheck); assertArgumentNotNull("baseDirectory", baseDirectory);
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 13.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PomDiscovery.java
* * @param baseDirectory the base directory for resolving module paths * @param parentPom the parent POM document * @param pomMap the map to store discovered POMs * @throws IOException if there's an error reading files * @throws DomTripException if there's an error parsing XML */ private static void discoverModules(Path baseDirectory, Document parentPom, Map<Path, Document> pomMap)Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 4.8K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
String alternatePomFile = null; if (commandLine.hasOption(CLIManager.ALTERNATE_POM_FILE)) { alternatePomFile = commandLine.getOptionValue(CLIManager.ALTERNATE_POM_FILE); } File current = baseDirectory; if (alternatePomFile != null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
DefaultRepositoryLayout layout = new DefaultRepositoryLayout(); ArtifactRepositoryPolicy blah = new ArtifactRepositoryPolicy( true, ArtifactRepositoryPolicy.UPDATE_POLICY_ALWAYS, ArtifactRepositoryPolicy.CHECKSUM_POLICY_IGNORE); return new MavenArtifactRepository( "local", "file://" + baseDirectory.toUri().getRawPath(), layout, blah, blah);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0)