Package com.enonic.xp.repository
Class RepositorySettings
- java.lang.Object
-
- com.enonic.xp.repository.RepositorySettings
-
@PublicApi public class RepositorySettings extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RepositorySettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepositorySettings.Builder
create()
boolean
equals(java.lang.Object o)
IndexDefinitions
getIndexDefinitions()
IndexMapping
getIndexMappings(IndexType indexType)
IndexSettings
getIndexSettings(IndexType indexType)
int
hashCode()
-
-
-
Method Detail
-
create
public static RepositorySettings.Builder create()
-
getIndexDefinitions
public IndexDefinitions getIndexDefinitions()
-
getIndexSettings
public IndexSettings getIndexSettings(IndexType indexType)
-
getIndexMappings
public IndexMapping getIndexMappings(IndexType indexType)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-