public class FallbackBasePathLocationStrategy extends Object implements org.apache.commons.configuration2.io.FileLocationStrategy
| Constructor and Description |
|---|
FallbackBasePathLocationStrategy(org.apache.commons.configuration2.io.FileLocationStrategy baseStrategy,
String fallbackBasePath) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getLocatedUrl() |
boolean |
isNotFound() |
URL |
locate(org.apache.commons.configuration2.io.FileSystem fileSystem,
org.apache.commons.configuration2.io.FileLocator locator) |
public FallbackBasePathLocationStrategy(org.apache.commons.configuration2.io.FileLocationStrategy baseStrategy,
String fallbackBasePath)
public URL locate(org.apache.commons.configuration2.io.FileSystem fileSystem, org.apache.commons.configuration2.io.FileLocator locator)
locate in interface org.apache.commons.configuration2.io.FileLocationStrategypublic URL getLocatedUrl()
public boolean isNotFound()
Copyright © 2016–2019 Softelnet. All rights reserved.