1 21 22 package org.apache.derby.iapi.services.info; 23 24 45 public interface ProductGenusNames 46 { 47 48 49 public static String DBMS = "DBMS"; 50 public static String DBMS_INFO = "/org/apache/derby/info/DBMS.properties"; 51 52 53 public static String TOOLS = "tools"; 54 public static String TOOLS_INFO = "/org/apache/derby/info/tools.properties"; 55 56 57 public static String NET = "net"; 58 public static String NET_INFO = "/org/apache/derby/info/net.properties"; 59 60 61 public static String DNC = "dnc"; 62 public static String DNC_INFO = "/org/apache/derby/info/dnc.properties"; 63 64 } 65 66 67 | Popular Tags |