public class ApplicationBaseDirectoryParameter extends Object
Constructor and Description |
---|
ApplicationBaseDirectoryParameter() |
Modifier and Type | Method and Description |
---|---|
static Optional<Path> |
findInfo(Path applicationDir)
Returns the information file path in the given batch application directory.
|
Optional<Path> |
findPath()
Returns the path.
|
List<Path> |
getEntries()
Returns the available entries in the batch applications directory.
|
static List<Path> |
getEntries(Path applicationBaseDir)
Returns the available entries in the batch application base directory.
|
Path |
getPath()
Returns the path.
|
public String path
public Optional<Path> findPath()
empty
if the re is not available batch application base directorypublic Path getPath()
CommandConfigurationException
- if there is no available batch application base directorypublic List<Path> getEntries()
public static List<Path> getEntries(Path applicationBaseDir)
applicationBaseDir
- the batch application base directoryCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.