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 IndexSettingsfrom(PropertyTree propertyTree)static IndexSettingsfrom(String string)static IndexSettingsfrom(URL url)static IndexSettingsfrom(Map<String,Object> settings)StringgetAsString()com.fasterxml.jackson.databind.JsonNodegetNode()
-
-
-
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()
-
-