1 package org.apache.fulcrum.yaafi.framework.container; 2 3 19 20 23 24 public interface ServiceConstants 25 { 26 27 String ROLE_NAME = "YAAFI"; 28 29 30 String COMPONENT_CONFIG_VALUE = "/componentConfiguration.xml"; 31 32 33 String COMPONENT_ROLE_VALUE = "/componentRoles.xml"; 34 35 36 String COMPONENT_PARAMETERS_VALUE = "/parameters.properties"; 37 38 39 String COMPONENT_APP_ROOT = "componentAppRoot"; 40 41 42 String URN_AVALON_HOME = "urn:avalon:home"; 43 44 45 String URN_AVALON_TEMP = "urn:avalon:temp"; 46 47 48 String COMPONENT_CONFIG_KEY = "componentConfiguration"; 49 50 51 String COMPONENT_ROLE_KEYS = "componentRoles"; 52 53 54 String COMPONENT_PARAMETERS_KEY = "parameters"; 55 } | Popular Tags |