Class EnvVarLocator

  • All Implemented Interfaces:
    ResourceLocator

    public class EnvVarLocator
    extends AbstractPlaceholderLocator
    A resource locator that supports ${NAME} style placeholders to refer to environment variables to locate resources referred to by those environment variables
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvVarLocator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String resolvePlaceholder​(java.lang.String name)
      Resolves a placeholder
      • Methods inherited from class com.github.rvesse.airline.parser.resources.FileLocator

        open
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnvVarLocator

        public EnvVarLocator()