| java.lang.Object com.tc.config.Directories
Directories | public class Directories (Code) | | Knows how to find certain directories. You should try everything you can to avoid using this class; using
it requires the user to set various system properties when running Terracotta, and we try to avoid that if at all
possible.
|
TC_INSTALL_ROOT_IGNORE_CHECKS_PROPERTY_NAME | final public static String TC_INSTALL_ROOT_IGNORE_CHECKS_PROPERTY_NAME(Code) | | The property "tc.install-root.ignore-checks", which is used for testing to ignore checks for the installation
root directory.
|
TC_INSTALL_ROOT_PROPERTY_NAME | final public static String TC_INSTALL_ROOT_PROPERTY_NAME(Code) | | This is public ONLY so that some entities can SET it. You should
NOT set it yourself; that breaks the point of encapsulation. Use the method
Environment.inTest instead. The property name is "tc.install-root".
|
TC_LICENSE_LOCATION_PROPERTY_NAME | final public static String TC_LICENSE_LOCATION_PROPERTY_NAME(Code) | | The property "tc.license-location", which indicates the directory containing the license.
|
|
|