org.apache.cactus.client
Class ClientConfigurationChecker

java.lang.Object
  |
  +--org.apache.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:
$Id: ClientConfigurationChecker.java,v 1.4 2001/09/14 20:15:14 pier Exp $
Author:
Vincent Massol

Constructor Summary
ClientConfigurationChecker()
           
 
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
 

Constructor Detail

ClientConfigurationChecker

public ClientConfigurationChecker()
Method Detail

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.