Package | Description |
---|---|
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.common | |
oracle.jdeveloper.deploy.jar | |
oracle.jdeveloper.deploy.pkg |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArchive
Utility class used to build a jar file.
|
class |
DeploymentModule
A DeploymentModule provides an interface for managing events and the persistence of a deployable Archive.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentModule |
DeploymentModule.create(Archive archive, java.lang.String ioModule, java.util.logging.Logger logger, java.lang.Object[] initialTags) |
static boolean |
DefaultArchive.writeJarFile(Archive archive, java.net.URL outputURL, java.io.PrintWriter printWriter, boolean forceRewrite, boolean compressed)
Utility method to write out a Jar file given an Archive.
|
Modifier and Type | Field and Description |
---|---|
protected Archive |
FileGroupPackager.archive_
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Archive |
ModuleContext.getArchive() |
Modifier and Type | Method and Description |
---|---|
static ModuleContext |
ModuleContext.newInstance(DeployShell shell, Archive archive, ArchiveOptions options) |
static FileGroupPackager |
FileGroupPackager.newInstance(FileGroups groups, DataContainer container, Element filegroupsParent, Archive archive)
Deprecated.
Creates a new instance of FileGroupPackager with supplied parameters.
|
void |
ModuleContext.setArchive(Archive archive) |
Constructor and Description |
---|
FileGroupPackager(FileGroups fileGroups, DataContainer container, Element filegroupsParent, Archive archive)
Deprecated.
|
ModuleContext(DeployShell shell, Archive archive, ArchiveOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveOptions.applyOptionsTo(Archive archive) |
protected void |
ArchivePreviewer.processProfileSubtype(Archive archive) |
Modifier and Type | Interface and Description |
---|---|
interface |
Packager<T extends Archive>
A builder for an Archive.
|
interface |
StatefulPackager<T extends Archive>
A Packager that allows a client to listen for changes.
|