Package com.enonic.xp.repository
Class IndexSettings
- java.lang.Object
-
- com.enonic.xp.repository.IndexSettings
-
@Beta public class IndexSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndexSettings(com.fasterxml.jackson.databind.JsonNode resourceNode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexSettings
from(PropertyTree propertyTree)
static IndexSettings
from(java.lang.String string)
static IndexSettings
from(java.net.URL url)
static IndexSettings
from(java.util.Map<java.lang.String,java.lang.Object> settings)
java.lang.String
getAsString()
com.fasterxml.jackson.databind.JsonNode
getNode()
-
-
-
Method Detail
-
from
public static IndexSettings from(PropertyTree propertyTree)
-
from
public static IndexSettings from(java.net.URL url)
-
from
public static IndexSettings from(java.lang.String string)
-
from
public static IndexSettings from(java.util.Map<java.lang.String,java.lang.Object> settings)
-
getNode
public com.fasterxml.jackson.databind.JsonNode getNode()
-
getAsString
public java.lang.String getAsString()
-
-