com.intel.gpe.client2.common.configurators
Class FileProviderConfigurator
java.lang.Object
com.intel.gpe.client2.common.configurators.BaseConfigurator
com.intel.gpe.client2.common.configurators.FileProviderConfigurator
public abstract class FileProviderConfigurator
- extends BaseConfigurator
The file operations provider configurator. See FileProvider
for the
operations.
- Version:
- $Id: FileProviderConfigurator.java,v 1.3 2006/10/19 13:40:54 dizhigul Exp $
- Author:
- Alexander Lukichev
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileProviderConfigurator
public FileProviderConfigurator()
getFileProvider
public abstract FileProvider getFileProvider()
- Get the file provider.
- Returns:
- the file provider
getConfigurator
public static FileProviderConfigurator getConfigurator()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
- Load the configurator from the class specified in the System property
"com.intel.gpe.client2.providers.FileProviderConfigurator"
- Returns:
-
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
Copyright © 2008. All Rights Reserved.