org.jboss.deployment.spi.DeploymentManagerImpl The DeploymentManager object provides the core set of functions a J2EE platform must provide for J2EE application deployment. It provides server related information, such as, a list of deployment targets, and vendor unique runtime configuration information. @author thomas.diesler@jboss.org @versio ...
org.eclipse.jdt.ui.jarpackager.JarWriter Creates a JAR file for the given JAR package data. Clients may subclass. @see org.eclipse.jdt.ui.jarpackager.JarPackageData @since 2.0 @deprecated use {@link org.eclipse.jdt.ui.jarpackager.JarWriter2} instead.
SOFA.SOFAnode.TR.Impl.BundleOutputStream A stream used for saving the contents of a bundle. It saves the bundle to a zipped stream with a manifest file (JAR file). @author Petr Panuska Creates this stream. @param out the output stream lying under this one. @throws IOException when some IO operation fails.