Class AbstractPathConfigurationOption

    • Constructor Detail

      • AbstractPathConfigurationOption

        protected AbstractPathConfigurationOption​(boolean mustExist)
        If mustExist is set to true, then the path will fail to validate if it does not already exist.
    • Method Detail

      • getType

        public Class<?> getType()
        Description copied from interface: ConfigurationOption
        Returns the datatype for this Option (typically File, String, or List).
      • castToPath

        protected Path castToPath​(Object file)