public static enum WebResourceRoot.ArchiveIndexStrategy extends java.lang.Enum<WebResourceRoot.ArchiveIndexStrategy>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRetain() |
boolean |
getUsesBloom() |
static WebResourceRoot.ArchiveIndexStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebResourceRoot.ArchiveIndexStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebResourceRoot.ArchiveIndexStrategy SIMPLE
public static final WebResourceRoot.ArchiveIndexStrategy BLOOM
public static final WebResourceRoot.ArchiveIndexStrategy PURGED
public static WebResourceRoot.ArchiveIndexStrategy[] values()
for (WebResourceRoot.ArchiveIndexStrategy c : WebResourceRoot.ArchiveIndexStrategy.values()) System.out.println(c);
public static WebResourceRoot.ArchiveIndexStrategy 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 boolean getUsesBloom()
public boolean getRetain()
Copyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.