com.atlassian.jira.tenancy
Class PluginKeyPredicateLoader

java.lang.Object
  extended by com.atlassian.jira.tenancy.PluginKeyPredicateLoader

public class PluginKeyPredicateLoader
extends Object

This class simply returns a PluginKeyPatternsPredicate for use by the 2 phase plugin system. It reads a blacklist of values from a properties file, the location of which can be overriden by system property.

Since:
v6.3

Constructor Summary
PluginKeyPredicateLoader()
           
 
Method Summary
 com.atlassian.plugin.predicate.PluginKeyPatternsPredicate getPluginKeyPatternsPredicate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginKeyPredicateLoader

public PluginKeyPredicateLoader()
Method Detail

getPluginKeyPatternsPredicate

public com.atlassian.plugin.predicate.PluginKeyPatternsPredicate getPluginKeyPatternsPredicate()


Copyright © 2002-2014 Atlassian. All Rights Reserved.