MCPcopy Create free account
hub / github.com/LFYSec/MScan / setAppClassPath

Method setAppClassPath

src/main/java/pascal/taie/config/Options.java:126–128  ·  view source on GitHub ↗
(List<String> appClassPath)

Source from the content-addressed store, hash-verified

124 }
125
126 public void setAppClassPath(List<String> appClassPath) {
127 this.appClassPath = appClassPath;
128 }
129
130 @JsonProperty
131 @Option(names = {"-m", "--main-class"}, description = "Main class")

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected