Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for files (0.16 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

            }
    
            ActivationFile file = activation.getFile();
    
            String path;
            String location;
    
            if (file.getExists() != null && !file.getExists().isEmpty()) {
                path = file.getExists();
                location = "exists";
            } else if (file.getMissing() != null && !file.getMissing().isEmpty()) {
                path = file.getMissing();
                location = "missing";
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 65K bytes
    - Viewed (0)
Back to top