MCPcopy Create free account
hub / github.com/bit4woo/ReSign / getOnlyValueConfig

Method getOnlyValueConfig

src/burp/BurpExtender.java:605–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603 }
604
605 public boolean getOnlyValueConfig() {
606 if(chckbxOnlyUseValue.isSelected()){
607 return true;
608 }else{
609 return false;
610 }
611 }
612 public String getParaConnector() {
613 return textFieldParaConnector.getText();
614 }

Callers 2

processHttpMessageMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected