Package com.enonic.xp.repository
Class RepositorySettings
- java.lang.Object
-
- com.enonic.xp.repository.RepositorySettings
-
@PublicApi public class RepositorySettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepositorySettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepositorySettings.Buildercreate()booleanequals(Object o)IndexDefinitionsgetIndexDefinitions()IndexMappinggetIndexMappings(IndexType indexType)IndexSettingsgetIndexSettings(IndexType indexType)inthashCode()
-
-
-
Method Detail
-
create
public static RepositorySettings.Builder create()
-
getIndexDefinitions
public IndexDefinitions getIndexDefinitions()
-
getIndexSettings
public IndexSettings getIndexSettings(IndexType indexType)
-
getIndexMappings
public IndexMapping getIndexMappings(IndexType indexType)
-
-