Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 45 for getConfiguration (0.21 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java

                spec.getClasspath().from(calculateWorkerClasspath());
                spec.getForkOptions().setMaxHeapSize("1g");
            });
            queue.submit(JApiCmpWorkAction.class, params -> params.getConfiguration().set(calculateWorkerConfiguration(baseline, current)));
        }
    
        @Inject
        protected abstract WorkerExecutor getWorkerExecutor();
    
        private Set<File> calculateWorkerClasspath() {
    Java
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Apr 26 10:58:32 GMT 2023
    - 13.3K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

                        dom = (Xpp3Dom) plugin.getConfiguration();
    
                        if (reportSetId != null) {
                            ReportSet reportSet = plugin.getReportSetsAsMap().get(reportSetId);
                            if (reportSet != null) {
                                Xpp3Dom executionConfiguration = (Xpp3Dom) reportSet.getConfiguration();
                                if (executionConfiguration != null) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 56.6K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java

                    execution.setLocation("goals", location);
    
                    XmlNode lifecycleConfiguration = mojo.getConfiguration();
                    if (lifecycleConfiguration != null) {
                        execution.setConfiguration(new Xpp3Dom(lifecycleConfiguration));
                    }
    
                    if (mojo.getDependencies() != null) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 9.1K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/configuration/internal/DefaultBeanConfigurator.java

            Objects.requireNonNull(request, "request cannot be null");
            Objects.requireNonNull(request.getBean(), "request.bean cannot be null");
    
            Object configuration = request.getConfiguration();
            if (configuration == null) {
                return;
            }
    
            PlexusConfiguration plexusConfig;
            if (configuration instanceof PlexusConfiguration) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 8.2K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPackagingRegistry.java

                            .priority(i - mojos.size())
                            .phase(phase)
                            .goals(List.of(goal))
                            .configuration(mojo.getConfiguration())
                            .location("", location)
                            .location("id", location)
                            .location("phase", location)
                            .location("goals", location)
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    setUp() throws Exception; protected void customizeContext(context.Context) throws Exception; protected void tearDown() throws Exception; protected PlexusContainer getContainer(); protected java.io.InputStream getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

                authBuilder.addPrivateKey(server.getPrivateKey(), server.getPassphrase());
                authSelector.add(server.getId(), authBuilder.build());
    
                if (server.getConfiguration() != null) {
                    XmlNode dom = server.getDelegate().getConfiguration();
                    List<XmlNode> children = dom.getChildren().stream()
                            .filter(c -> !"wagonProvider".equals(c.getName()))
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 14:13:36 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    setUp() throws Exception; protected void customizeContext(context.Context) throws Exception; protected void tearDown() throws Exception; protected PlexusContainer getContainer(); protected java.io.InputStream getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    setUp() throws Exception; protected void customizeContext(context.Context) throws Exception; protected void tearDown() throws Exception; protected PlexusContainer getContainer(); protected java.io.InputStream getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    setUp() throws Exception; protected void customizeContext(context.Context) throws Exception; protected void tearDown() throws Exception; protected PlexusContainer getContainer(); protected java.io.InputStream getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
Back to top