Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Method (0.32 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    Exception; public org.codehaus.plexus.classworlds.realm.ClassRealm getMainRealm() throws org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getEnhancedMainMetho() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getMainMethod() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; public void launch(String[]) throws ClassNotFoundExcepti,...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 41.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    = fromClass; c != Object.class; c = c.getSuperclass()) { for (Method method : c.getDeclaredMethods()) { if (canObtainExpectedTyp(method)) { return expectedTypeFrom(method); } } } throw new Error("Cannot determine correct type for " + methodName + "() method."); } /** * @param method The method to examine. * @return true if this method references the relevant type */ protected boolean canObtainExpectedTyp(Method method) { return method.getName().equals(methodName) && method.getParameterTypes().length...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    Exception; public org.codehaus.plexus.classworlds.realm.ClassRealm getMainRealm() throws org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getEnhancedMainMetho() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getMainMethod() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; public void launch(String[]) throws ClassNotFoundExcepti,...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 41.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    an application perspective, the first requirement is to retrieve an object reference to the LogFactory instance that will be used to create Log instances for this application. This is normally accomplished by calling the static getFactory() method. This method implements the following discovery algorithm to select the name of the LogFactory implementation class this application wants to use: Check for a system property named org.apache.commons.logging.LogFactory. Use the JDK 1.3 JAR Services Discovery...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 30.9K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    an application perspective, the first requirement is to retrieve an object reference to the LogFactory instance that will be used to create Log instances for this application. This is normally accomplished by calling the static getFactory() method. This method implements the following discovery algorithm to select the name of the LogFactory implementation class this application wants to use: Check for a system property named org.apache.commons.logging.LogFactory. Use the JDK 1.3 JAR Services Discovery...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 37.1K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    Exception; public org.codehaus.plexus.classworlds.realm.ClassRealm getMainRealm() throws org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getEnhancedMainMetho() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getMainMethod() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; public void launch(String[]) throws ClassNotFoundExcepti,...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 41.5K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.jar

    Exception; public org.codehaus.plexus.classworlds.realm.ClassRealm getMainRealm() throws org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getEnhancedMainMetho() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; protected reflect.Method getMainMethod() throws ClassNotFoundExcepti, NoSuchMethodExceptio, org.codehaus.plexus.classworlds.realm.NoSuchRealmException; public void launch(String[]) throws ClassNotFoundExcepti,...
    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)
  8. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    methodName; private final int expectedNumberOfPara; private final int typedParameter; public void ReflectiveTypeFinder(String, int, int); public Class findExpectedType(Class); protected boolean canObtainExpectedTyp(reflect.Method); protected Class expectedTypeFrom(reflect.Method); } org/hamcrest/internal/SelfDescribingValue.class package org.hamcrest.internal; public synchronized class SelfDescribingValue implements org.hamcrest.SelfDescribing { private Object value; public void SelfDescribingValue(Object);...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
Back to top