public class JBIArchive extends Object
| Constructor and Description |
|---|
JBIArchive(File file)
Creates a new instance of JBIArchive
|
JBIArchive(JarFile jarFile)
Creates a new instance of JBIArchive
|
JBIArchive(String pathName)
Creates a new instance of JBIArchive
|
| Modifier and Type | Method and Description |
|---|---|
JarFile |
getJarFile()
returns JarFile Object for this archive
|
JBIDescriptor |
getJbiDescriptor()
returns the jbi descriptor object
|
boolean |
isBindingComponentArchive()
checks it is a binding component archive
|
boolean |
isServiceAssemblyArchive()
checks if it is a service assembly archive
|
boolean |
isServiceEngineArchive()
checks if it is a service engine archive
|
boolean |
isSharedLibraryArchive()
checks if it is a shared library archive
|
public JBIArchive(String pathName) throws IOException
pathName - path nameIOException - on errorpublic JBIArchive(File file) throws IOException
file - fileIOException - on errorpublic JBIArchive(JarFile jarFile) throws IOException
jarFile - jar fileIOException - on errorpublic JarFile getJarFile() throws IOException
IOException - on errorpublic JBIDescriptor getJbiDescriptor() throws Exception
Exception - on errorpublic boolean isSharedLibraryArchive()
public boolean isServiceAssemblyArchive()
public boolean isServiceEngineArchive()
public boolean isBindingComponentArchive()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.