com.atlassian.confluence.search.lucene
Class ChangeDocumentIndexPolicy.PolicyCheckResult

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.ChangeDocumentIndexPolicy.PolicyCheckResult
Enclosing class:
ChangeDocumentIndexPolicy

public static class ChangeDocumentIndexPolicy.PolicyCheckResult
extends Object


Field Summary
static ChangeDocumentIndexPolicy.PolicyCheckResult PASSED
           
 
Method Summary
 boolean failed()
           
 String getErrorMessage()
           
 boolean passed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASSED

public static final ChangeDocumentIndexPolicy.PolicyCheckResult PASSED
Method Detail

getErrorMessage

public String getErrorMessage()

passed

public boolean passed()

failed

public boolean failed()


Copyright © 2003-2011 Atlassian. All Rights Reserved.