Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isChildScmConnectionInheritAppendPath (0.21 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>4.0.0+</version>
              <code>
                <![CDATA[
    
        public boolean isChildScmConnectionInheritAppendPath() {
            return (getChildScmConnectionInheritAppendPath() != null) ? Boolean.parseBoolean(getChildScmConnectionInheritAppendPath()) : true;
        }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Oct 09 11:07:31 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top