public class OfflineConfiguration extends Object
| Constructor and Description |
|---|
OfflineConfiguration(boolean enabled,
boolean zip,
boolean prettyJson,
String whiteSourceFolderPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getWhiteSourceFolderPath() |
boolean |
isEnabled() |
boolean |
isPrettyJson() |
boolean |
isZip() |
public OfflineConfiguration(boolean enabled,
boolean zip,
boolean prettyJson,
String whiteSourceFolderPath)
public boolean isEnabled()
public boolean isPrettyJson()
public boolean isZip()
public String getWhiteSourceFolderPath()
Copyright © 2014–2020 Checkmarx. All rights reserved.