Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stringFiltering (0.27 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java

        }
    
        /**
         * {@return whether resources are filtered to replace tokens with parameterized values}.
         * The default value is {@code false}.
         */
        default boolean stringFiltering() {
            return false;
        }
    
        /**
         * {@return whether the directory described by this source element should be included in the build}.
         * The default value is {@code true}.
         */
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jun 26 07:56:58 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                compiler rather than Maven.</p>
                ]]>
              </description>
              <type>String</type>
            </field>
            <field>
              <name>stringFiltering</name>
              <version>4.1.0+</version>
              <description>
                <![CDATA[
                Whether resources are filtered to replace tokens with parameterized values.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
Back to top