Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for filterTrail (0.56 seconds)

  1. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ResolutionNode.java

            active = false;
            if (children != null) {
                for (ResolutionNode node : children) {
                    node.disable();
                }
            }
        }
    
        public boolean filterTrail(ArtifactFilter filter) throws OverConstrainedVersionException {
            boolean success = true;
            if (filter != null) {
                for (Artifact artifact : getTrail()) {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 6.6K bytes
    - Click Count (0)
Back to Top