| java.lang.Object com.tc.properties.TCPropertiesImpl
TCPropertiesImpl | public class TCPropertiesImpl implements TCProperties(Code) | | This class is an easy way to read properties that will help tune DSO. It first loads properties from the
tc.properties file in the same package as this file and these properties can be overloaded by tc.properites in the
base directory where tc.jar is present. TODO:: Improve tcbuild to aggregate properties from different directories
during build time.
|
Inner Class :static class LogBuffer | |
SYSTEM_PROP_PREFIX | final public static String SYSTEM_PROP_PREFIX(Code) | | |
getBoolean | public boolean getBoolean(String key, boolean defaultValue)(Code) | | |
|
|