edu.internet2.middleware.subject
Class SubjectCheckConfig

java.lang.Object
  extended by edu.internet2.middleware.subject.SubjectCheckConfig

public class SubjectCheckConfig
extends Object

make sure the subject.xml config is correct


Field Summary
static String FIND_SUBJECT_BY_ID_ON_CHECK_CONFIG
           
static String GROUPER_TEST_SUBJECT_BY_ID
           
static String SUBJECT_ID_TO_FIND_ON_CHECK_CONFIG
           
 
Constructor Summary
SubjectCheckConfig()
           
 
Method Summary
static void checkConfig()
          check the subject config
static boolean checkConfig(String resourceName)
          make surce classpath file is there
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUPER_TEST_SUBJECT_BY_ID

public static final String GROUPER_TEST_SUBJECT_BY_ID
See Also:
Constant Field Values

SUBJECT_ID_TO_FIND_ON_CHECK_CONFIG

public static final String SUBJECT_ID_TO_FIND_ON_CHECK_CONFIG
See Also:
Constant Field Values

FIND_SUBJECT_BY_ID_ON_CHECK_CONFIG

public static final String FIND_SUBJECT_BY_ID_ON_CHECK_CONFIG
See Also:
Constant Field Values
Constructor Detail

SubjectCheckConfig

public SubjectCheckConfig()
Method Detail

checkConfig

public static boolean checkConfig(String resourceName)
make surce classpath file is there

Parameters:
resourceName -
Returns:
true if ok

checkConfig

public static void checkConfig()
check the subject config