View Source ExAequo.SysInterface.Behavior behaviour (ExAequo v0.6.7)

Summary

Types

@type date_tuple() ::
  {non_neg_integer(), 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12, 1..255}
@type lstat_result() :: {:ok, File.Stat.t()} | {:error, File.posix()}
@type param_type() :: Keyword.t() | map()
@type params_t() :: map() | Keyword.t()

Callbacks

@callback expand_path(Path.t()) :: binary()
@callback lstat(Path.t(), File.stat_options()) :: lstat_result()
@callback wildcard(
  Path.t(),
  keyword()
) :: [binary()]