public class Toolkit extends Element
Modifier and Type | Class and Description |
---|---|
static class |
Toolkit.Dependency
A dependency of a toolkit on another toolkit.
|
Element.ElementArray<E extends Element>
Modifier and Type | Method and Description |
---|---|
boolean |
delete()
Delete this toolkit in the build service.
|
java.util.List<Toolkit.Dependency> |
getDependencies()
Gets a list of
dependencies of this toolkit. |
java.lang.String |
getId()
Gets the id of this toolkit.
|
java.lang.String |
getIndex()
Gets the index of this toolkit.
|
java.lang.String |
getName()
Gets the name of this toolkit.
|
java.lang.String |
getPath()
Gets the path to the toolkit on the build service.
|
java.lang.String |
getRequiredProductVersion()
Gets the minimum version of IBM Streams required to use this toolkit.
|
java.lang.String |
getResourceType()
Identifies the Build REST resource type.
|
java.lang.String |
getVersion()
Gets the version of this toolkit.
|
createList, refresh, toString
public java.lang.String getId()
BuildService.getToolkit(String)
.public java.lang.String getName()
public java.lang.String getPath()
public java.lang.String getRequiredProductVersion()
public java.lang.String getResourceType()
public java.lang.String getVersion()
public java.lang.String getIndex() throws java.io.IOException
java.io.IOException
public boolean delete() throws java.io.IOException
Toolkit
object remains valid, but calls to
getIndex()
will fail.java.io.IOException
public java.util.List<Toolkit.Dependency> getDependencies() throws java.lang.Exception
dependencies
of this toolkit.
If this toolkit does not depend on any other tookit, the returned list
will be empty.java.lang.Exception