Class EntryArgSourceSpec

java.lang.Object
org.scandroid.spec.SourceSpec
org.scandroid.spec.EntryArgSourceSpec
All Implemented Interfaces:
ISourceSpec

public class EntryArgSourceSpec extends SourceSpec
Entry arg source specs represent sources that are arguments to methods that are entry points.

For example, the command line arguments to a main(String[] args) are entry arg sources.