Analysis code suitable for both execution on JVM & node
Analysis code suitable for both execution on JVM & node
This package contains the bulk of the analysis code. Platform dependent handling is in the com.nawforce.runtime package. The com.nawforce.common.api package contains the stable API for this package. A good starting point is com.nawforce.common.api.Org.
Platform specific handling for JVM execution.
Platform specific handling for JVM execution.
Contains a number of abstractions for handling the differences between JVM & Node execution. This is just the JVM implementation, the node version of the same abstraction is not in this project. See com.nawforce.common for the analysis code.