public interface LocationFactory
Location.| Modifier and Type | Method and Description |
|---|---|
Location |
create(String path)
Creates an instance of
Location of the given path. |
Location |
create(URI uri)
|
Location |
getHomeLocation()
Returns the home location.
|
Location create(String path)
Location of the given path.path - The path representing the location.Location.Location create(URI uri)
uri - to the resource on the filesystem.LocationLocation getHomeLocation()
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.