- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getChildCount (0.07 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelper.java
} Object value = defaultValue; TypeLiteral<?> paramType = TypeLiteral.get(setterInfo.parameterType); if (!paramType.getRawType().isInstance(value)) { if (configuration.getChildCount() > 0) { throw new ComponentConfigurationException( "Basic element '" + configuration.getName() + "' must not contain child elements"); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 12 14:59:46 GMT 2025 - 12.3K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java
.getConfigProperties() .get("aether.transport.wagon.config.repository"); assertNotNull(plexusConfiguration); assertEquals(0, plexusConfiguration.getChildCount()); } @Test void httpConfigurationWithHttpHeadersTest() throws InvalidRepositoryException { Server server = new Server(); server.setId("repository");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 19.1K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
throw new ComponentConfigurationException(configuration, msg, e); } } if (value == null && (config == null || config.getChildCount() <= 0)) { invalidParameters.add(parameter); } } if (!invalidParameters.isEmpty()) { throw new PluginParameterException(mojoDescriptor, invalidParameters);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 09 16:35:21 GMT 2025 - 46.4K bytes - Click Count (0)