Coverage Report - edu.sampleu.kew.krad.KEWConstants
 
Classes in this File Line Coverage Branch Coverage Complexity
KEWConstants
0%
0/1
N/A
0
 
 1  
 /**
 2  
  * Copyright 2005-2011 The Kuali Foundation
 3  
  *
 4  
  * Licensed under the Educational Community License, Version 2.0 (the "License");
 5  
  * you may not use this file except in compliance with the License.
 6  
  * You may obtain a copy of the License at
 7  
  *
 8  
  * http://www.opensource.org/licenses/ecl2.php
 9  
  *
 10  
  * Unless required by applicable law or agreed to in writing, software
 11  
  * distributed under the License is distributed on an "AS IS" BASIS,
 12  
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 13  
  * See the License for the specific language governing permissions and
 14  
  * limitations under the License.
 15  
  */
 16  
 package edu.sampleu.kew.krad;
 17  
 
 18  
 /**
 19  
  * This is a description of what this class does - Venkat don't forget to fill this in. 
 20  
  * 
 21  
  * @author Kuali Rice Team (rice.collab@kuali.org)
 22  
  *
 23  
  */
 24  0
 public class KEWConstants {
 25  
 
 26  
         public static final String ERROR_INGESTER_COPY_FILE = "error.ingester.copy.file.data";
 27  
         public static final String ERROR_INGESTER_LOAD_FILE = "error.ingester.load.file";
 28  
         public static final String ERROR_INGESTER_EXTRANEOUS_FILE = "error.ingester.extraneous.file";
 29  
         
 30  
         public static final String ERROR_INGESTER_NO_VALID_FILES = "error.ingester.no.valid.files";
 31  
         public static final String ERROR_INGESTER_FAILED = "error.ingester.failed";
 32  
         public static final String INFO_INGESTER_SUCCESS = "info.ingester.success";
 33  
         public static final String ERROR_INGESTER_ROLLEDBACK = "error.ingester.rolledback";
 34  
         public static final String ERROR_INGESTER_FAILED_XML = "error.ingester.failed.xml";
 35  
         
 36  
         public static final String ERROR_INGESTER_DURING_INJECT = "error.ingester.during.inject";
 37  
         public static final String ERROR_INGESTER_NO_XMLS = "error.ingester.no.xmls";
 38  
         
 39  
         public static final String INGESTER_SECTION_ID = "KEW-IngesterView";
 40  
         
 41  
 }