module Hocon::Impl::OriginType

Constants

FILE
GENERIC

for now, we only support a subset of these

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.