Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 95 for classMatch (0.06 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager.java

    1. });
    2.  
    3. // Note: here, type decides is artifact added to "build path" (for example during resolution)
    4. // and "build path" is intermediate data that is used to create actual Java classpath/modulepath
    5. // but to create those, proper filtering should happen via Type properties.
    6. }
    7.  
    8. @Override
    9. public void addHandlers(Map<String, ArtifactHandler> handlers) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. .gitignore

    1. */**/.shelf
    2. .shelf
    3. /*.iml
    4. /*/*.iml
    5. /*/*/*.iml
    6. /*/*/*/*.iml
    7. /*/*/*/*/*.iml
    8. /out
    9. /*/out
    10. /*/*/out
    11. /*/*/*/out
    12. /*/*/*/*/out
    13. /.teamcity/target
    14. /gradle.ipr
    15. /gradle.iws
    16.  
    17. # Eclipse
    18. # -------
    19. *.classpath
    20. *.project
    21. *.settings
    22. /bin
    23. /subprojects/*/bin
    24. atlassian-ide-plugin.xml
    25. .metadata/
    26.  
    27. # NetBeans
    28. # --------
    29. .nb-gradle
    30. .nb-gradle-properties
    31.  
    32. # Vim
    33. # ---
    34. *.sw[nop]
    35.  
    36. # Emacs
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Oct 16 09:50:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/EmptyImmutableListMultimap.java

    1. }
    2.  
    3. /*
    4. * TODO(b/242884182): Figure out why this helps produce the same class file when we compile most
    5. * of common.collect a second time with the results of the first compilation on the classpath. Or
    6. * just back this out once we stop doing that (which we'll do after our internal GWT setup
    7. * changes).
    8. */
    9. @Override
    10. public ImmutableMap<Object, Collection<Object>> asMap() {
    11. return super.asMap();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Aug 18 16:48:17 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/EmptyImmutableListMultimap.java

    1. }
    2.  
    3. /*
    4. * TODO(b/242884182): Figure out why this helps produce the same class file when we compile most
    5. * of common.collect a second time with the results of the first compilation on the classpath. Or
    6. * just back this out once we stop doing that (which we'll do after our internal GWT setup
    7. * changes).
    8. */
    9. @Override
    10. public ImmutableMap<Object, Collection<Object>> asMap() {
    11. return super.asMap();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Aug 18 16:48:17 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. compat/maven-compat/src/test/java/org/apache/maven/project/TestProjectBuilder.java

    1. import org.apache.maven.api.services.model.LifecycleBindingsInjector;
    2. import org.apache.maven.bridge.MavenRepositorySystem;
    3. import org.apache.maven.model.root.RootLocator;
    4. import org.eclipse.aether.RepositorySystem;
    5.  
    6. @Named("classpath")
    7. @Singleton
    8. @Deprecated
    9. public class TestProjectBuilder extends DefaultProjectBuilder {
    10. @Inject
    11. public TestProjectBuilder(
    12. ModelBuilder modelBuilder,
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/platform/android/DeferredSocketAdapter.kt

    1. import javax.net.ssl.SSLSocket
    2. import okhttp3.Protocol
    3.  
    4. /**
    5. * Deferred implementation of SocketAdapter that works by observing the socket
    6. * and initializing on first use.
    7. *
    8. * We use this because eager classpath checks cause confusion and excessive logging in Android,
    9. * and we can't rely on classnames after proguard, so are probably best served by falling through
    10. * to a situation of trying our least likely noisiest options.
    11. */
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/MergerTest.java

    1. @Test
    2. void testMergerPreserveLocations() throws Exception {
    3. try (InputStream is = getClass().getResourceAsStream("/poms/factory/complex.xml")) {
    4.  
    5. InputSource inputSource = new InputSource(null, "classpath:/poms/factory/complex.xml");
    6. Model model = new MavenStaxReader().read(is, true, inputSource);
    7. InputLocation propertiesLocation = model.getLocation("properties");
    8. assertNotNull(propertiesLocation);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/Type.java

    1. * Artifact type name for a JAR file to unconditionally place on the class-path.
    2. * If the JAR is modular, its module information are ignored.
    3. * This type is new in Maven 4.
    4. */
    5. String CLASSPATH_JAR = "classpath-jar";
    6.  
    7. /**
    8. * Artifact type name for a JAR file to unconditionally place on the module-path.
    9. * If the JAR is not modular, then it is loaded by Java as an unnamed module.
    10. * This type is new in Maven 4.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. guava-testlib/README.md

    1. 1. APIs marked with the `@Beta` annotation at the class or method level
    2. are subject to change. They can be modified in any way, or even
    3. removed, at any time. If your code is a library itself (i.e. it is
    4. used on the CLASSPATH of users outside your own control), you should
    5. not use beta APIs, unless you [repackage] them. **If your
    6. code is a library, we strongly recommend using the [Guava Beta Checker] to
    7. ensure that you do not use any `@Beta` APIs!**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Sep 24 18:34:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. .gitignore

    1. # OSX leaves these everywhere on SMB shares
    2. ._*
    3.  
    4. # OSX trash
    5. .DS_Store
    6.  
    7. # Developers can store local stuff in dirs named __something
    8. __*
    9.  
    10. # Eclipse files
    11. .classpath
    12. .project
    13. .settings/**
    14.  
    15. # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
    16. .idea/
    17. *.iml
    18.  
    19. # Vscode files
    20. .vscode
    21.  
    22. # This is where the result of the go build goes
    23. /output*/
    24. /_output*/
    25. /_output
    26.  
    27. # Emacs save files
    28. *~
    29. \#*\#
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 29 08:22:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top