com.atlassian.jira.index.settings
Class IndexingLanguageSetting

java.lang.Object
  extended by com.atlassian.jira.index.settings.IndexingLanguageSetting

public class IndexingLanguageSetting
extends Object

Represents the indexing language setting for this JIRA instance.

Since:
v6.0

Constructor Summary
IndexingLanguageSetting(ApplicationProperties applicationProperties, ReindexMessageManager reindexMessageManager)
           
 
Method Summary
 String getValue()
           
 void setValueTo(ApplicationUser user, String indexingLanguage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingLanguageSetting

public IndexingLanguageSetting(ApplicationProperties applicationProperties,
                               ReindexMessageManager reindexMessageManager)
Method Detail

getValue

public String getValue()

setValueTo

public void setValueTo(ApplicationUser user,
                       String indexingLanguage)


Copyright © 2002-2014 Atlassian. All Rights Reserved.