Package | Description |
---|---|
com.asakusafw.operation.tools.directio |
Direct I/O tools.
|
com.asakusafw.operation.tools.directio.file |
Implementation of Direct I/O file command.
|
Modifier and Type | Field and Description |
---|---|
static BasePath |
BasePath.EMPTY
The empty path.
|
Modifier and Type | Method and Description |
---|---|
BasePath |
DirectIoPath.getBasePath()
Returns the base path including the container data source path.
|
BasePath |
DirectIoPath.getComponentPath()
Returns the component base path.
|
BasePath |
DirectIoPath.getContainerPath()
Returns the container path.
|
BasePath |
DataSourceInfo.getPath()
Returns the data source path.
|
static BasePath |
BasePath.headOf(String path)
Extracts a base path from the given path.
|
static BasePath |
BasePath.of(String path)
Resolves the given path.
|
BasePath |
BasePath.relativise(BasePath other)
Returns the relative path of the given path.
|
BasePath |
BasePath.resolve(BasePath other)
Returns a base path that is concatenation of this and the given path.
|
Modifier and Type | Method and Description |
---|---|
static Optional<BasePath> |
BasePath.parse(String path)
Resolves the given path.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BasePath.isPrefixOf(BasePath other)
Returns whether or not this path is a prefix of the given path.
|
BasePath |
BasePath.relativise(BasePath other)
Returns the relative path of the given path.
|
BasePath |
BasePath.resolve(BasePath other)
Returns a base path that is concatenation of this and the given path.
|
Constructor and Description |
---|
DataSourceInfo(String id,
DirectDataSource entity,
BasePath path)
Creates a new instance.
|
DirectIoPath(DataSourceInfo source,
BasePath basePath,
FilePattern resourcePattern)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
DataSourceInfo |
DataSourceParameter.getDataSourceInfo(BasePath path)
Returns the data source information for the path.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.