Package com.enonic.xp.repository
Class IndexSettings
- java.lang.Object
-
- com.enonic.xp.repository.IndexSettings
-
@PublicApi public class IndexSettings extends 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(String string)
static IndexSettings
from(URL url)
static IndexSettings
from(Map<String,Object> settings)
String
getAsString()
com.fasterxml.jackson.databind.JsonNode
getNode()
-
-
-
Method Detail
-
from
public static IndexSettings from(PropertyTree propertyTree)
-
from
public static IndexSettings from(URL url)
-
from
public static IndexSettings from(String string)
-
from
public static IndexSettings from(Map<String,Object> settings)
-
getNode
public com.fasterxml.jackson.databind.JsonNode getNode()
-
getAsString
public String getAsString()
-
-