public interface VDBArchive
| Modifier and Type | Method and Description |
|---|---|
VDBArchive |
vdb(InputStream in)
Form a VDBArchive by a -vdb.xml by InputStream
|
VDBArchive |
vdb(String name)
Form a VDBArchive by a -vdb.xml name, the -vdb.xml either can be under class path, or under current folder
|
VDBArchive vdb(String name) throws IOException
name - IOExceptionVDBArchive vdb(InputStream in) throws IOException
in - IOExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.