Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nextText (0.03 sec)

  1. compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java

                if ("name".equals(parser.getName())) {
                    final String name = parser.nextText();
                    parser.nextTag();
                    properties.put(name, parser.nextText());
                } else {
                    final String value = parser.nextText();
                    parser.nextTag();
                    properties.put(parser.nextText(), value);
                }
                parser.nextTag();
            }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java

                } else if (checkFieldWithDuplicate(parser, "artifactId", null, parsed)) {
                    coreExtension.setArtifactId(interpolatedTrimmed(parser.nextText(), "artifactId"));
                } else if (checkFieldWithDuplicate(parser, "version", null, parsed)) {
                    coreExtension.setVersion(interpolatedTrimmed(parser.nextText(), "version"));
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 25.3K bytes
    - Viewed (0)
  3. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

     String); public int getEventType() throws XmlPullParserExcepti; public void require(int, String, String) throws XmlPullParserExcepti, java.io.IOException; public void skipSubTree() throws XmlPullParserExcepti, java.io.IOException; public String nextText() throws XmlPullParserExcepti, java.io.IOException; public int nextTag() throws XmlPullParserExcepti, java.io.IOException; public int next() throws XmlPullParserExcepti, java.io.IOException; public int nextToken() throws XmlPullParserExcepti, java.io.IOException;...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  4. impl/maven-core/src/site/resources/design/2.1-lifecycle-refactor.graffle

    18, -0.264706}TextText{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410 {\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;} {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc \f0\b\fs24 \cf0 PluginManager}TextPlacement0Bounds{{617.51, 87}, {117, 12}}ClassShapedGraphicFi{-0.294118, -0.264706}TextAlign0TextPlacem{{598, 196}, {117, 14}}ClassShapedGraphicFi{-0.294118, -0.264706}TextText{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 96.7K bytes
    - Viewed (0)
Back to top