public enum DestinationOs extends java.lang.Enum<DestinationOs>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
joinPath(java.lang.String[] parts) |
java.lang.String |
joinPath(java.lang.String[] parts,
int start,
int count) |
static DestinationOs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DestinationOs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DestinationOs UNIX
public static final DestinationOs WINDOWS
public static DestinationOs[] values()
for (DestinationOs c : DestinationOs.values()) System.out.println(c);
public static DestinationOs valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String joinPath(java.lang.String[] parts)
public java.lang.String joinPath(java.lang.String[] parts,
int start,
int count)
Copyright © 2018 pastdev.com. All Rights Reserved.