public enum ManagementTools extends Enum<ManagementTools>
Modifier and Type | Method and Description |
---|---|
static void |
disableManagement(@NotNull AssetTree assetTree) |
static void |
enableManagement(@NotNull AssetTree assetTree)
It will enable the management for given object of AssetTree type.
|
static void |
enableManagement(@NotNull AssetTree assetTree,
int port) |
static int |
getCount() |
static ManagementTools |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementTools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static ManagementTools[] values()
for (ManagementTools c : ManagementTools.values()) System.out.println(c);
public static ManagementTools valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static int getCount()
public static void enableManagement(@NotNull @NotNull AssetTree assetTree)
assetTree
- the object of AssetTree type for enable managementpublic static void enableManagement(@NotNull @NotNull AssetTree assetTree, int port)
public static void disableManagement(@NotNull @NotNull AssetTree assetTree)
Copyright © 2021. All rights reserved.