Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getExists (0.42 sec)

  1. compat/maven-compat/src/main/java/org/apache/maven/profiles/activation/FileProfileActivator.java

            ActivationFile actFile = activation.getFile();
    
            if (actFile != null) {
                // check if the file exists, if it does then the profile will be active
                String fileString = actFile.getExists();
    
                RegexBasedInterpolator interpolator = new RegexBasedInterpolator();
                try {
                    interpolator.addValueSource(new EnvarBasedValueSource());
                } catch (IOException e) {
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top