com.atlassian.jira.index
Class IndexDocumentConfiguration.KeyConfiguration

java.lang.Object
  extended by com.atlassian.jira.index.IndexDocumentConfiguration.KeyConfiguration
Enclosing class:
IndexDocumentConfiguration

@ExperimentalApi
public static class IndexDocumentConfiguration.KeyConfiguration
extends Object


Constructor Summary
IndexDocumentConfiguration.KeyConfiguration(String propertyKey, List<IndexDocumentConfiguration.ExtractConfiguration> extractorConfigurations)
           
 
Method Summary
 boolean equals(Object o)
           
 List<IndexDocumentConfiguration.ExtractConfiguration> getExtractorConfigurations()
           
 String getPropertyKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexDocumentConfiguration.KeyConfiguration

public IndexDocumentConfiguration.KeyConfiguration(String propertyKey,
                                                   List<IndexDocumentConfiguration.ExtractConfiguration> extractorConfigurations)
Method Detail

getExtractorConfigurations

public List<IndexDocumentConfiguration.ExtractConfiguration> getExtractorConfigurations()

getPropertyKey

public String getPropertyKey()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.