|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.zip.ZipFactory
public class ZipFactory
Factory of ZIP nodes. This class implements the DrbFactoryImpl interface to create drb.impl.zip.ZipNode nodes that handles ZIP entries. This factory is not supposed to be used directly from any component but has been designed for the fr.gael.drb.Factory class.
| Constructor Summary | |
|---|---|
ZipFactory()
|
|
| Method Summary | |
|---|---|
String |
getIdentifier()
ZIP identifier. |
String |
getName()
The name of the ZIP implementation. |
DrbNode |
open(DrbNode base_node)
ZIP root node from an existing node. |
DrbNode |
open(URL uri)
ZIP root node matching a given URI. |
DrbNode |
open(URL uri,
DrbNode base_node)
ZIP node matching a given URI from an existing node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipFactory()
| Method Detail |
|---|
public String getIdentifier()
getIdentifier in interface DrbFactoryImplpublic String getName()
getName in interface DrbFactoryImplpublic DrbNode open(URL uri)
open in interface DrbFactoryImpluri - Not cosidered.
public DrbNode open(DrbNode base_node)
open in interface DrbFactoryImplbase_node - The node to be considered in input.
public DrbNode open(URL uri,
DrbNode base_node)
open in interface DrbFactoryImpluri - Not considered here.base_node - The input node to be used as context or base.
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||