public class ToolBarIOReadInfo
extends java.lang.Object
returns useful informations such as the toolbars registered and successfully loaded, and the ones not loaded.
Constructor and Description |
---|
ToolBarIOReadInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getInstalledToolbars()
returns the list of toolbars that were successfully loaded from the toolbarIO operation
|
java.util.List |
getNotInstalledToolbars()
returns the list of toolbars that weren't loaded from the stream (but registered)
|
java.util.List |
getUnknownToolbarNames()
Return the list of toolbars names (String) found in the stream but not registered (these toolbars cannot be loaded, so the API can only report their name).
|
public java.util.List getInstalledToolbars()
public java.util.List getNotInstalledToolbars()
public java.util.List getUnknownToolbarNames()
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.