Package dev.equo.ide
Enum BuildPluginIdeMain.DebugClasspath
- java.lang.Object
-
- java.lang.Enum<BuildPluginIdeMain.DebugClasspath>
-
- dev.equo.ide.BuildPluginIdeMain.DebugClasspath
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BuildPluginIdeMain.DebugClasspath>
- Enclosing class:
- BuildPluginIdeMain
public static enum BuildPluginIdeMain.DebugClasspath extends java.lang.Enum<BuildPluginIdeMain.DebugClasspath>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintWithHead(java.lang.String header, java.util.stream.Stream<java.lang.String> paths)static BuildPluginIdeMain.DebugClasspathvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildPluginIdeMain.DebugClasspath[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
disabled
public static final BuildPluginIdeMain.DebugClasspath disabled
-
names
public static final BuildPluginIdeMain.DebugClasspath names
-
paths
public static final BuildPluginIdeMain.DebugClasspath paths
-
-
Method Detail
-
values
public static BuildPluginIdeMain.DebugClasspath[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BuildPluginIdeMain.DebugClasspath c : BuildPluginIdeMain.DebugClasspath.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BuildPluginIdeMain.DebugClasspath valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
printWithHead
public void printWithHead(java.lang.String header, java.util.stream.Stream<java.lang.String> paths)
-
-