Package | Description |
---|---|
info.bioinfweb.commons.tic |
TIC - Tool Independent Components
|
info.bioinfweb.commons.tic.exception |
Modifier and Type | Method and Description |
---|---|
TargetToolkit |
TICComponent.getCurrentToolkit()
Returns the toolkit the associated toolkit class belongs to.
|
static TargetToolkit |
TargetToolkit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetToolkit[] |
TargetToolkit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnsupportedToolkitException(TargetToolkit toolkit)
Crates a new instance with the default message.
|