| Package | Description |
|---|---|
| org.apache.twill.filesystem |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingLocationFactory |
class |
LocalLocationFactory
A
LocationFactory for creating local file Location. |
| Modifier and Type | Method and Description |
|---|---|
LocationFactory |
ForwardingLocationFactory.getDelegate() |
LocationFactory |
Location.getLocationFactory()
Returns the location factory used to create this instance.
|
static LocationFactory |
LocationFactories.namespace(LocationFactory delegate,
String namespace)
Creates a
LocationFactory that always applies the giving namespace prefix. |
| Modifier and Type | Method and Description |
|---|---|
static LocationFactory |
LocationFactories.namespace(LocationFactory delegate,
String namespace)
Creates a
LocationFactory that always applies the giving namespace prefix. |
| Constructor and Description |
|---|
ForwardingLocationFactory(LocationFactory delegate) |
Copyright © 2013-2015 The Apache Software Foundation. All rights reserved.