Uses of Class
com.github.rvesse.airline.parser.resources.FileLocator
-
Packages that use FileLocator Package Description com.github.rvesse.airline.parser.resources -
-
Uses of FileLocator in com.github.rvesse.airline.parser.resources
Subclasses of FileLocator in com.github.rvesse.airline.parser.resources Modifier and Type Class Description classAbstractPlaceholderLocatorA resource locator that supports placeholders of the form${name}which when found calls theAbstractPlaceholderLocator.resolvePlaceholder(String)method to try and resolve the encountered placeholders.classEnvVarLocatorA resource locator that supports${NAME}style placeholders to refer to environment variables to locate resources referred to by those environment variablesclassHomeDirectoryLocatorA resource locator that allows the~/or~\alias (depending on your platforms file separator) to be used to refer to the users home directoryclassJvmSystemPropertyLocatorA resource locator that allows references to JVM system properties using${property}references to locate resources referred to in those propertiesclassWorkingDirectoryLocatorA user alias locator that allows the./or.\alias (depending on your platforms file separator) to be used to refer to the current working directory
-