Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for getClassLoader (0.33 sec)

  1. maven-core/src/main/java/org/apache/maven/session/scope/internal/SessionScope.java

            };
            Class<T> superType = (Class<T>) key.getTypeLiteral().getRawType();
            Class<?>[] interfaces = getInterfaces(superType);
            return (T) java.lang.reflect.Proxy.newProxyInstance(superType.getClassLoader(), interfaces, dispatcher);
        }
    
        private Class<?>[] getInterfaces(Class<?> superType) {
            if (superType.isInterface()) {
                return new Class<?>[] {superType};
            } else {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 12:52:20 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/configuration/DefaultBeanConfigurationRequest.java

                                return plugin;
                            }
                        }
                    }
                }
            }
    
            return null;
        }
    
        public ClassLoader getClassLoader() {
            return classLoader;
        }
    
        public DefaultBeanConfigurationRequest setClassLoader(ClassLoader classLoader) {
            this.classLoader = classLoader;
            return this;
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 5.8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    abstract void addConstituent(java.net.URL); public abstract ClassRealm locateSourceRealm(String); public abstract void setParent(ClassRealm); public abstract ClassRealm createChildRealm(String) throws DuplicateRealmExcept; public abstract ClassLoader getClassLoader(); public abstract ClassRealm getParent(); public abstract java.net.URL[] getConstituents(); public abstract Class loadClass(String) throws ClassNotFoundExcepti; public abstract java.net.URL getResource(String); public abstract java.util.Enumeration...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 41.5K bytes
    - Viewed (0)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/Plugin.java

        @Nonnull
        org.apache.maven.api.model.Plugin getModel();
    
        @Nonnull
        PluginDescriptor getDescriptor();
    
        @Nonnull
        List<Lifecycle> getLifecycles();
    
        @Nonnull
        ClassLoader getClassLoader();
    
        @Nonnull
        Artifact getArtifact();
    
        @Nonnull
        default Collection<Dependency> getDependencies() {
            return getDependenciesMap().values();
        }
    
        @Nonnull
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Feb 28 23:54:53 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/DefaultMaven.java

                        getExtensionComponents(session.getProjects(), AbstractMavenLifecycleParticipant.class)) {
                    Thread.currentThread().setContextClassLoader(listener.getClass().getClassLoader());
                    method.run(listener, session);
                }
            } finally {
                Thread.currentThread().setContextClassLoader(originalClassLoader);
            }
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  6. 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

    java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String) throws Exception; protected void release(Object)...
    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)
  7. 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

    java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String) throws Exception; protected void release(Object)...
    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)
  8. 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

    java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String) throws Exception; protected void release(Object)...
    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)
  9. 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

    java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String) throws Exception; protected void release(Object)...
    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)
Back to top