Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.deploy.jar
Interface JarPackaging

All Superinterfaces:
oracle.jdeveloper.deploy.common.Interdependency
All Known Subinterfaces:
J2eePackaging
All Known Implementing Classes:
AppClientProfile, ArchiveProfile, ClientProfile, ConnectorProfile, EarProfile, EjbProfile, J2eeProfile, LibraryArchiveProfile, TaglibProfile, WarProfile

public interface JarPackaging
extends oracle.jdeveloper.deploy.common.Interdependency


Method Summary
 ArchiveOptions getArchiveOptions()
          Returns a structure describing the JAR options that should be applied when building the output JAR.
 oracle.jdeveloper.deploy.common.FileGroups getFileGroups()
          Returns the FileGroups that represents the packaging instructions the user has specified in the deployment profile.
 java.net.URL getJarURL()
          Returns the URL that will be added to the class path of a project that depends on this profile.
 
Methods inherited from interface oracle.jdeveloper.deploy.common.Interdependency
addDependency, getDependencies, removeDependency
 

Method Detail

getJarURL

java.net.URL getJarURL()
Returns the URL that will be added to the class path of a project that depends on this profile.


getArchiveOptions

ArchiveOptions getArchiveOptions()
Returns a structure describing the JAR options that should be applied when building the output JAR.


getFileGroups

oracle.jdeveloper.deploy.common.FileGroups getFileGroups()
Returns the FileGroups that represents the packaging instructions the user has specified in the deployment profile.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.