org.apache.commons.cactus.client
Class ClientConfigurationChecker
java.lang.Object
|
+--org.apache.commons.cactus.client.ClientConfigurationChecker
- public class ClientConfigurationChecker
- extends java.lang.Object
Helper class that checks configuration parameters (for the client side)
like if the CLASSPATH contains the jar for the Servlet API, if the
cactus.properties
file is in the CLASSPATH, ...
- Version:
- 1.1
- Author:
- Vincent Massol vmassol@users.sourceforge.net
Method Summary |
static void |
checkConfigProperties()
Checks if the cactus.properties file is in the CLASSPATH. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientConfigurationChecker
public ClientConfigurationChecker()
checkConfigProperties
public static void checkConfigProperties()
- Checks if the
cactus.properties
file is in the CLASSPATH.
- Throws:
java.lang.RuntimeException
- if the properties file is not in the
CLASSPATH.
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.