1 23 package com.sun.appserv.management.config; 24 25 26 31 public final class TransformationRuleConfigKeys 32 { 33 private TransformationRuleConfigKeys() {} 34 35 39 public final static String APPLY_TO_KEY= "ApplyTo"; 40 41 42 43 public final static String RULE_FILE_LOCATION_KEY = 44 "RuleFileLocation"; 45 46 48 public final static String ENABLED_KEY = "Enabled"; 49 50 } 51 | Popular Tags |