com.mycila.testing.plugins.jetty.locator
Class StrategyFileLocator
java.lang.Object
com.mycila.testing.plugins.jetty.locator.StrategyFileLocator
- All Implemented Interfaces:
- FileLocator
public class StrategyFileLocator
- extends Object
- implements FileLocator
A FileLocator which delegate to another using a strategy to choose it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrategyFileLocator
public StrategyFileLocator()
locate
public File locate(String path)
throws FileNotFoundException
-
- Specified by:
locate in interface FileLocator
- Throws:
FileNotFoundException- See Also:
FileLocator.locate(java.lang.String)
Copyright © 2010-2011 Mycila. All Rights Reserved.