|
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.tar.TarFactory
public class TarFactory
Factory of TAR nodes. This class implements the DrbFactoryImpl interface to create drb.impl.zip.ZipNode nodes that handles TAR 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 | |
|---|---|
TarFactory()
|
|
| Method Summary | |
|---|---|
String |
getIdentifier()
TAR identifier. |
String |
getName()
The name of the TAR implementation. |
DrbNode |
open(DrbNode base_node)
TAR root node from an existing node. |
DrbNode |
open(URL uri)
TAR root node matching a given URI. |
DrbNode |
open(URL uri,
DrbNode base_node)
TAR 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 TarFactory()
| 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 | |||||||||