|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.dqp.embedded.configuration.VDBConfigurationWriter
public class VDBConfigurationWriter
Utility to export VDBs to files or streams.
| Constructor Summary | |
|---|---|
VDBConfigurationWriter()
|
|
| Method Summary | |
|---|---|
static void |
deleteVDB(VDBArchive vdb,
java.net.URL url)
Delete the VDB specified by the URL |
static void |
write(VDBArchive vdb,
java.net.URL vdbFileURL)
Convert the supplied VDBDefn object into a VDB archive where the DEF file and VDB file are inside single file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VDBConfigurationWriter()
| Method Detail |
|---|
public static void write(VDBArchive vdb,
java.net.URL vdbFileURL)
throws MetaMatrixComponentException
vdb - vdbFileURL -
ApplicationInitializationException
MetaMatrixComponentException
public static void deleteVDB(VDBArchive vdb,
java.net.URL url)
throws MetaMatrixComponentException
vdb - url -
MetaMatrixComponentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||