Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for type (0.12 sec)

  1. 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

    ntedComponent.class package org.codehaus.plexus.component.composition; public synchronized class MapOrientedComponent extends AbstractComponentCom { private static String SINGLE_MAPPING_TYPE; private static String MAP_MAPPING_TYPE; private static String SET_MAPPING_TYPE; private static String DEFAULT_MAPPING_TYPE; public void MapOrientedComponent(); public void verifyComponentSuita(Object) throws CompositionException; public void assignRequirement(Object, org.codehaus.plexus.component.repository...
    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)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    public static <T> org.hamcrest.Matcher<T> any(java.lang.Class<T> type) { return org.hamcrest.core.IsInstanceOf.<T>any(type); } /** * Creates a matcher that matches when the examined object is an instance of the specified <code>type</code>, * as determined by calling the {@link java.lang.Class#isInstance(Object)} method on that type, passing the * the examined object. * * <p>The created matcher assumes no relationship between specified type and the examined object.</p> * <p/> * For example: * <pre>assertThat(new...
    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-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    ntedComponent.class package org.codehaus.plexus.component.composition; public synchronized class MapOrientedComponent extends AbstractComponentCom { private static String SINGLE_MAPPING_TYPE; private static String MAP_MAPPING_TYPE; private static String SET_MAPPING_TYPE; private static String DEFAULT_MAPPING_TYPE; public void MapOrientedComponent(); public void verifyComponentSuita(Object) throws CompositionException; public void assignRequirement(Object, org.codehaus.plexus.component.repository...
    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)
  4. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar

    public static final String PROXY_SOCKS5 = SOCKS_5; public static final String PROXY_SOCKS4 = SOCKS4; public static final String PROXY_HTTP = HTTP; private String host; private String userName; private String password; private int port; private String type; private String nonProxyHosts; private String ntlmHost; private String ntlmDomain; public void ProxyInfo(); public String getHost(); public void setHost(String); public String getPassword(); public void setPassword(String); public int getPort(); public...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 45.2K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    equal to the corresponding item from the specified items. static <T> Matcher<T> instanceOf(java.lang.Class<?> type) Creates a matcher that matches when the examined object is an instance of the specified type, as determined by calling the Class.isInstance(Object) method on that type, passing the the examined object. static <T> Matcher<T> is(java.lang.Class<T> type) Deprecated. use isA(Class type) instead. static <T> Matcher<T> is(Matcher<T> matcher) Decorates another Matcher, retaining its behaviour,...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/apache/maven/core/test/test-extension/1/test-extension-1.jar

    implements org.apache.maven.artifact.factory.ArtifactFactory { private static final boolean OPTIONAL = 0; private static final org.apache.maven.artifact.handler.ArtifactHandler HANDLER; private static final String CLASSIFIER; private static final String TYPE = jar; private static final String SCOPE = compile; private static final org.apache.maven.artifact.versioning.VersionRange VERSION; private static final String AID = test-artifact; private static final String GID = test.group; public void MyArtifactFactory();...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 4.1K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    org/codehaus/plexus/component/repository/ComponentDependency.class package org.codehaus.plexus.component.repository; public synchronized class ComponentDependency { private static final String DEAULT_DEPENDENCY_TYPE = jar; private String groupId; private String artifactId; private String type; private String version; public void ComponentDependency(); public String getArtifactId(); public void setArtifactId(String); public String getGroupId(); public void setGroupId(String); public String getType();...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 35.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    abstract interface Factory extends annotation.Annotation { } org/hamcrest/FeatureMatcher.class package org.hamcrest; public abstract synchronized class FeatureMatcher extends TypeSafeDiagnosingMa { private static final internal.ReflectiveTypeFinder TYPE_FINDER; private final Matcher subMatcher; private final String featureDescription; private final String featureName; public void FeatureMatcher(Matcher, String, String); protected abstract Object featureValueOf(Object); protected boolean matchesSafely(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)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    org/codehaus/plexus/component/repository/ComponentDependency.class package org.codehaus.plexus.component.repository; public synchronized class ComponentDependency { private static final String DEAULT_DEPENDENCY_TYPE = jar; private String groupId; private String artifactId; private String type; private String version; public void ComponentDependency(); public String getArtifactId(); public void setArtifactId(String); public String getGroupId(); public void setGroupId(String); public String getType();...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 32.4K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    } org/apache/maven/artifact/DefaultArtifact.class package org.apache.maven.artifact; public synchronized class DefaultArtifact implements Artifact { private String groupId; private String artifactId; private String baseVersion; private final String type; private final String classifier; private String scope; private java.io.File file; private repository.ArtifactRepository repository; private String downloadUrl; private resolver.filter.ArtifactFilter dependencyFilter; private handler.ArtifactHandler...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160.1K bytes
    - Viewed (0)
Back to top