- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getExists (0.04 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
Interpolation nt = new Interpolation(fa, s -> profileActivationFilePathInterpolator.interpolate(s, context)); nt.performFor(fa.getExists(), "exists", fa::setExists); nt.performFor(fa.getMissing(), "missing", fa::setMissing); }); a.map(Activation::getOs).ifPresent(oa -> {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
root.map(Activation::getFile).ifPresent(fa -> { stk.push(new ActivationFrame("file", Optional.of(fa))); stk.push(new ActivationFrame("exists", Optional.empty())); validator.accept(fa.getExists()); stk.peek().location = "missing"; validator.accept(fa.getMissing()); stk.pop(); stk.pop(); }); root.map(Activation::getOs).ifPresent(oa -> {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0)