@HashCodeAndEqualsPlugin.Enhance protected static enum Plugin.Engine.Source.Filtering.NoFolderMatcher extends Enum<Plugin.Engine.Source.Filtering.NoFolderMatcher> implements ElementMatcher<Plugin.Engine.Source.Element>
ElementMatcher.Junction<S>
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Plugin.Engine.Source.Element target)
Matches a target against this element matcher.
|
static Plugin.Engine.Source.Filtering.NoFolderMatcher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Engine.Source.Filtering.NoFolderMatcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.Engine.Source.Filtering.NoFolderMatcher INSTANCE
public static Plugin.Engine.Source.Filtering.NoFolderMatcher[] values()
for (Plugin.Engine.Source.Filtering.NoFolderMatcher c : Plugin.Engine.Source.Filtering.NoFolderMatcher.values()) System.out.println(c);
public static Plugin.Engine.Source.Filtering.NoFolderMatcher 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 boolean matches(@MaybeNull Plugin.Engine.Source.Element target)
matches
in interface ElementMatcher<Plugin.Engine.Source.Element>
target
- The instance to be matched or null
.true
if the given element is matched by this matcher or false
otherwise.Copyright © 2014–2025. All rights reserved.