Module: Hocon::Impl::OriginType

Defined in:
lib/hocon/impl/origin_type.rb

Constant Summary collapse

GENERIC =

for now, we only support a subset of these

0
FILE =
1
RESOURCE =

URL = 2 We don’t actually support loading from the classpath / loadpath, which is what ‘RESOURCE’ is about in the upstream library. However, some code paths still flow through our simplistic implementation of ‘ParseableResource`, so we need this constant.

3