com.atlassian.jira.index
Class IndexDocumentConfiguration.ExtractConfiguration

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

@ExperimentalApi
public static class IndexDocumentConfiguration.ExtractConfiguration
extends Object


Constructor Summary
IndexDocumentConfiguration.ExtractConfiguration(String path, IndexDocumentConfiguration.Type type)
           
 
Method Summary
static com.atlassian.fugue.Either<IndexDocumentConfiguration.ExtractConfiguration,IndexDocumentConfiguration.IndexDocumentConfigurationParseException> fromXml(org.dom4j.Element extractElement)
           
 String getPath()
           
 IndexDocumentConfiguration.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexDocumentConfiguration.ExtractConfiguration

public IndexDocumentConfiguration.ExtractConfiguration(String path,
                                                       IndexDocumentConfiguration.Type type)
Method Detail

fromXml

public static com.atlassian.fugue.Either<IndexDocumentConfiguration.ExtractConfiguration,IndexDocumentConfiguration.IndexDocumentConfigurationParseException> fromXml(org.dom4j.Element extractElement)

getPath

public String getPath()

getType

public IndexDocumentConfiguration.Type getType()


Copyright © 2002-2014 Atlassian. All Rights Reserved.