public class Toolkit extends Element
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Toolkit.DependencyA 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  dependenciesof 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, toStringpublic 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.IOExceptionpublic boolean delete()
               throws java.io.IOException
Toolkit object remains valid, but calls to 
 getIndex() will fail.java.io.IOExceptionpublic 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