public static class Index.DeriveCustom extends java.lang.Object implements IModule<Index.DeriveCustomSection>
Constructor and Description |
---|
DeriveCustom() |
Modifier and Type | Method and Description |
---|---|
void |
addSection(java.lang.String sectionName,
Index.DeriveCustomSection section) |
Index.DeriveCustomSection |
section(java.lang.String section) |
java.util.Set<java.lang.String> |
sectionNames() |
public Index.DeriveCustomSection section(java.lang.String section)
section
in interface IModule<Index.DeriveCustomSection>
public java.util.Set<java.lang.String> sectionNames()
sectionNames
in interface IModule<Index.DeriveCustomSection>
public void addSection(java.lang.String sectionName, Index.DeriveCustomSection section)
addSection
in interface IModule<Index.DeriveCustomSection>