org.oddjob.arooa.utils
Class RootConfigurationFileCreator

java.lang.Object
  extended by org.oddjob.arooa.utils.RootConfigurationFileCreator

public class RootConfigurationFileCreator
extends Object


Constructor Summary
RootConfigurationFileCreator(ArooaElement rootElement)
           
 
Method Summary
 void createIfNone(File file)
          Check the file exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootConfigurationFileCreator

public RootConfigurationFileCreator(ArooaElement rootElement)
Method Detail

createIfNone

public void createIfNone(File file)
Check the file exists. If it doesn't create it with only the root element. This allows an Oddjob to be created on a server where there might not be direct access to the file system.

Parameters:
file -