source: ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/ComponentStatus.java @ 5549

Last change on this file since 5549 was 5549, checked in by olhsha@mpi.nl, 10 years ago

Added group service. Tested via the tomcat on loclahots (test URI and postman), old unit tests are adjusted and work well. Todo: retest on localhost tomcat, look at run-time exceptions, add new unit tests, adjust front-end

File size: 195 bytes
Line 
1package clarin.cmdi.componentregistry;
2
3/**
4 *
5 * @author Twan Goosen <twan.goosen@mpi.nl>
6 */
7public enum ComponentStatus {
8
9   
10    DEVELOPMENT,
11   
12    PRIDUCTION,
13   
14    DEPRECATED;
15   
16}
Note: See TracBrowser for help on using the repository browser.