Package com.install4j.jdk.spi
Interface JdkCategoryNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends JdkNode>
getChildren()
Returns the child nodes which can be category nodes again or instances ofJdkReleaseNode
.-
Methods inherited from interface com.install4j.jdk.spi.JdkNode
getDisplayName
-
-
-
-
Method Detail
-
getChildren
@NotNull java.util.Collection<? extends JdkNode> getChildren()
Returns the child nodes which can be category nodes again or instances ofJdkReleaseNode
.
-
-