public interface IVirtualBookRef
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Get a name for the reference
|
boolean |
isValid()
Method for knowning the reference can be opened
|
VirtualBookXmlIO.VirtualBookResult |
open()
Open the virtual book, may take time
|
java.lang.String getAlias()
boolean isValid()
VirtualBookXmlIO.VirtualBookResult open() throws java.lang.Exception
java.lang.Exception