Interface ElementsLocal

All Superinterfaces:
AutoCloseable

public interface ElementsLocal extends AutoCloseable
Runs a local instance of Elements suitable for debugging. This works by interacting with the local build system to ensure that the artifacts are installed and then loading them directly from the result of the build system. This is intended to be used stand alone, or in conjunction with an IDE for debugging. In an IDE, it is strongly recommended that the local SDK be the only entry on the runtime classpath and let the artifact loader system read the installed artifacts from the local repository.