es.unex.sextante.gui.grass
Class GrassBlackList

java.lang.Object
  extended by es.unex.sextante.gui.grass.GrassBlackList

public class GrassBlackList
extends java.lang.Object

A hard-coded list of those GRASS algorithms not compatible with SEXTANTE, that should not be shown in the toolbox or any other SEXTANTE component

Author:
volaya

Constructor Summary
GrassBlackList()
           
 
Method Summary
static boolean isInBlackList(GrassAlgorithm alg)
           
static boolean isInBlackList(java.lang.String sName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrassBlackList

public GrassBlackList()
Method Detail

isInBlackList

public static boolean isInBlackList(GrassAlgorithm alg)

isInBlackList

public static boolean isInBlackList(java.lang.String sName)