public interface JarPackaging extends Interdependency
| Modifier and Type | Method and Description | 
|---|---|
| ArchiveOptions | getArchiveOptions()Returns a structure describing the JAR options that should be
  applied when building the output JAR. | 
| FileGroups | getFileGroups()Returns the FileGroups that represents the packaging instructions
  the user has specified in the deployment profile. | 
| java.net.URL | getJarURL()Returns the  URLthat will be added to the class path
  of a project that depends on this profile. | 
addDependency, getDependencies, removeDependencyjava.net.URL getJarURL()
URL that will be added to the class path
  of a project that depends on this profile.ArchiveOptions getArchiveOptions()
FileGroups getFileGroups()