parser.instances.checker
Class SCheckFactory

java.lang.Object
  extended by parser.instances.checker.SCheckFactory

public final class SCheckFactory
extends Object

Static storage of properties that represents the best-known status of some instances. Properties are given as follows:

Since:
19 févr. 2010 version 2.1.1
Version:
2.1.1
Author:
Arnaud Malapert

Field Summary
static Logger LOGGER
           
static Properties PROPERTIES
           
 
Constructor Summary
SCheckFactory()
           
 
Method Summary
static void load(File... files)
           
static void load(String... resources)
           
static IStatusChecker makeStatusChecker(AbstractInstanceModel model)
           
static IStatusChecker makeStatusChecker(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final Logger LOGGER

PROPERTIES

public static final Properties PROPERTIES
Constructor Detail

SCheckFactory

public SCheckFactory()
Method Detail

load

public static void load(File... files)

load

public static void load(String... resources)

makeStatusChecker

public static IStatusChecker makeStatusChecker(AbstractInstanceModel model)

makeStatusChecker

public static IStatusChecker makeStatusChecker(String key)


Copyright © 2012. All Rights Reserved.