| Package | Description |
|---|---|
| com.github.rvesse.airline.parser.resources |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlaceholderLocator
A resource locator that supports placeholders of the form
${name} which when found calls the
AbstractPlaceholderLocator.resolvePlaceholder(String) method to try and resolve the encountered
placeholders. |
class |
EnvVarLocator
A resource locator that supports
${NAME} style placeholders to
refer to environment variables to locate resources referred to by those
environment variables |
class |
HomeDirectoryLocator
A resource locator that allows the
~/ or ~\ alias (depending
on your platforms file separator) to be used to refer to the users home
directory |
class |
JvmSystemPropertyLocator
A resource locator that allows references to JVM system properties using
${property} references to locate resources referred to in those
properties |
class |
WorkingDirectoryLocator
A user alias locator that allows the
./ or .\ alias
(depending on your platforms file separator) to be used to refer to the
current working directory |
Copyright © 2012–2022. All rights reserved.