public static enum LoadService.SuffixType extends java.lang.Enum<LoadService.SuffixType>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
extensionSuffixes
Deprecated.
|
static java.lang.String[] |
sourceSuffixes
Deprecated.
|
java.util.EnumSet<org.jruby.runtime.load.LibrarySearcher.Suffix> |
suffixes |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getSuffixes()
Deprecated.
|
java.util.EnumSet<org.jruby.runtime.load.LibrarySearcher.Suffix> |
getSuffixSet() |
static LoadService.SuffixType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadService.SuffixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadService.SuffixType Source
public static final LoadService.SuffixType Extension
public static final LoadService.SuffixType Both
public static final LoadService.SuffixType Neither
public final java.util.EnumSet<org.jruby.runtime.load.LibrarySearcher.Suffix> suffixes
@Deprecated public static final java.lang.String[] sourceSuffixes
@Deprecated public static final java.lang.String[] extensionSuffixes
public static LoadService.SuffixType[] values()
for (LoadService.SuffixType c : LoadService.SuffixType.values()) System.out.println(c);
public static LoadService.SuffixType 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.util.EnumSet<org.jruby.runtime.load.LibrarySearcher.Suffix> getSuffixSet()
@Deprecated public java.lang.String[] getSuffixes()
Copyright © 2001-2022 JRuby. All Rights Reserved.