Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parseManifest (0.13 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/transforms/ClasspathElementTransformForAgent.java

        protected void processManifest(ClasspathBuilder.EntryBuilder builder, ClasspathEntryVisitor.Entry manifestEntry) throws IOException {
            try {
                Manifest parsedManifest = JarUtil.readManifest(manifestEntry.getContent());
                if (!JarUtil.isMultiReleaseJarManifest(parsedManifest)) {
                    // If the original JAR is not multi-release, we don't need the manifest in the transformed JAR at all.
                    return;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:14:01 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. test-site/activator-launch-1.3.2.jar

    private String log; public void LogOptions(); public void LogOptions(LogOptions); public final String getLog(); public final LogOptions setLog(String); public static void checkCachePattern(String); public static org.apache.ivy.osgi.core.BundleInfo parseManifest(java.util.jar.Manifest); private static void parseRequirement(org.apache.ivy.osgi.core.BundleInfo, java.util.jar.Attributes, String, String, String); private static void parseCapability(org.apache.ivy.osgi.core.BundleInfo, java.util.jar.Attributes,...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top