Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getInherited (0.05 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                                EMPTY,
                                problems,
                                errOn30,
                                Version.V20,
                                p.getInherited(),
                                p.getKey(),
                                p);
    
                        validateBoolean(
                                "build.plugins.plugin.extensions",
                                EMPTY,
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

          <codeSegments>
            <codeSegment>
              <version>4.0.0+</version>
              <code>
                <![CDATA[
        public boolean isInherited() {
            return ( getInherited() != null ) ? Boolean.parseBoolean( getInherited() ) : true;
        }
    
                ]]>
              </code>
            </codeSegment>
            <codeSegment>
              <version>4.0.0/4.0.99</version>
              <code>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Oct 09 11:07:31 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. compat/maven-model/pom.xml

                  <exclude>org.apache.maven.model.ConfigurationContainer#isInheritanceApplied():METHOD_REMOVED</exclude>
                  <exclude>org.apache.maven.model.ConfigurationContainer#setInherited(boolean):METHOD_REMOVED</exclude>
                  <exclude>org.apache.maven.model.Contributor#addProperty(java.lang.String,java.lang.String):METHOD_REMOVED</exclude>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top