| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArchiveEntry | |
|---|---|
| oracle.jdeveloper.deploy | |
| Uses of ArchiveEntry in oracle.jdeveloper.deploy | 
|---|
| Methods in oracle.jdeveloper.deploy that return ArchiveEntry | |
|---|---|
static ArchiveEntry | 
DeployUtil.createArchiveEntry(oracle.jdeveloper.deploy.common.NodeDependable nodeDependable,
                   java.lang.String prefix)
Make an ArchiveEntry out of a NodeDependable.  | 
static ArchiveEntry | 
DeployUtil.createArchiveEntry(oracle.jdeveloper.deploy.common.ProfileDependable profileDependable,
                   java.lang.String prefix)
 | 
 ArchiveEntry | 
DeploymentModuleEvent.getArchiveEntry()
 | 
 ArchiveEntry | 
Archive.getEntryByName(java.lang.String entryName)
Get a handle to an ArchiveEntry by its name.  | 
 ArchiveEntry | 
DefaultArchive.getEntryByName(java.lang.String entryName)
 | 
protected  ArchiveEntry | 
ArchiveEntryFactory.newArchiveEntry(java.lang.String name,
                java.net.URL url)
 | 
 ArchiveEntry | 
Archive.removeEntry(java.lang.String entryName)
 | 
 ArchiveEntry | 
DefaultArchive.removeEntry(java.lang.String entryName)
 | 
 ArchiveEntry | 
Archive.renameEntry(java.lang.String fromName,
            java.lang.String toName)
Change the name of an ArchiveEntry.  | 
 ArchiveEntry | 
DefaultArchive.renameEntry(java.lang.String fromName,
            java.lang.String toName)
 | 
static ArchiveEntry[] | 
ArchiveEntryFactory.toArray(java.util.Collection archiveEntries)
Converts the given Collection of ArchiveEntry
  objects into an array of ArchiveEntry objects. | 
| Methods in oracle.jdeveloper.deploy that return types with arguments of type ArchiveEntry | |
|---|---|
 java.util.Iterator<ArchiveEntry> | 
Archive.getArchiveEntries()
Returns an iterator to the contents that have been added to the Archive instance so far. | 
 java.util.Iterator<ArchiveEntry> | 
DefaultArchive.getArchiveEntries()
 | 
| Methods in oracle.jdeveloper.deploy with parameters of type ArchiveEntry | |
|---|---|
protected  void | 
ArchiveEntryFactory.add(ArchiveEntry packet)
 | 
 void | 
Archive.addContents(ArchiveEntry archiveEntry)
 | 
 void | 
DefaultArchive.addContents(ArchiveEntry cdaPacket)
 | 
 void | 
Archive.addContents(ArchiveEntry[] archiveEntries)
Fills in the manifest with all necessary information provided by the ArchiveEntry array passed in. | 
 void | 
DefaultArchive.addContents(ArchiveEntry[] cdaPackets)
Fills in the manifest with all necessary information provided by the ArchiveEntry array passed in. | 
 java.io.InputStream | 
DeploymentModuleIO.getInputStream(ArchiveEntry entry)
Return an input stream that can be used to read the contents of an ArchiveEntry.  | 
 java.io.OutputStream | 
DeploymentModuleIO.getOutputStream(ArchiveEntry entry)
Return an output stream that can be used to update an ArchiveEntry.  | 
abstract  java.io.InputStream | 
DeploymentModule.openInputStream(ArchiveEntry entry)
 | 
abstract  java.io.OutputStream | 
DeploymentModule.openOutputStream(ArchiveEntry entry)
Open an output stream that can be used to create a replacement for contents that entry.Url points to.  | 
| Constructors in oracle.jdeveloper.deploy with parameters of type ArchiveEntry | |
|---|---|
DeploymentModuleEvent(DeploymentModule module,
                      int type,
                      ArchiveEntry entry)
 | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||