Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for slashpath (0.34 sec)

  1. maven-core/src/main/java/org/apache/maven/extension/internal/CoreExtensionEntry.java

        }
    
        public static CoreExtensionEntry discoverFrom(
                ClassRealm loader, Collection<File> classpath, String key, XmlNode configuration) {
            Set<String> artifacts = new LinkedHashSet<>();
            Set<String> packages = new LinkedHashSet<>();
    
            try {
                for (File entry : classpath) {
                    ExtensionDescriptor descriptor = BUILDER.build(entry);
                    if (descriptor != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 07:14:56 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top