Package | Description |
---|---|
org.unix4j.util |
Provides a set of utility classes used throughout the unix4j framework.
|
Modifier and Type | Field and Description |
---|---|
static RelativePathBase.Settings |
RelativePathBase.ALL_CHILDREN_WITH_DOT_PREFIX
Alternative settings to construct relative paths similar to
RelativePathBase.DEFAULT : "." represents the base directory, "./" is used as
prefix of child paths and "../" for elements up to the common ancestor. |
static RelativePathBase.Settings |
RelativePathBase.CHILDREN_WITHOUT_PREFIX
Alternative settings to construct relative paths without prefixes for
children: "." represents the base directory, no prefix for child paths
and "../" for elements up to the common ancestor.
|
static RelativePathBase.Settings |
RelativePathBase.DEFAULT
Default settings to construct relative paths: "." represents the base
directory, "./" is used as prefix of child paths (but "" for direct
children) and "../" for elements up to the common ancestor.
|
Modifier and Type | Method and Description |
---|---|
RelativePathBase.Settings |
RelativePathBase.getSettings()
Returns the settings used to construct relative paths.
|
Constructor and Description |
---|
RelativePathBase(File base,
RelativePathBase.Settings settings)
Constructor with base directory for relative paths using the specified
settings to construct relative paths.
|
RelativePathBase(String base,
RelativePathBase.Settings settings)
Constructor with base directory for relative paths using the specified
settings to construct relative paths.
|
Copyright © 2024. All rights reserved.