Package | Description |
---|---|
org.eclipse.jdt.ui.jarpackager |
Provides classes and interfaces to generate a JAR file.
|
Modifier and Type | Method and Description |
---|---|
IJarBuilder |
JarPackageData.createFatJarBuilder()
Creates and returns a jar builder capable of handling
files and archives.
|
IJarBuilder |
JarPackageData.createPlainJarBuilder()
Creates and returns a jar builder capable of handling
files but not archives.
|
IJarBuilder |
JarPackageData.getJarBuilder()
Returns the jar builder which can be used to build the jar
described by this package data.
|
Modifier and Type | Method and Description |
---|---|
void |
JarPackageData.setJarBuilder(IJarBuilder jarBuilder)
Set the jar builder to use to build the jar.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.