Package net.bluemind.directory.api
Class RepairConfig
java.lang.Object
net.bluemind.directory.api.RepairConfig
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
opIdentifiers
-
dry
public boolean dry -
logToCoreLog
public boolean logToCoreLog -
verbose
public boolean verbose
-
-
Constructor Details
-
RepairConfig
public RepairConfig()
-
-
Method Details
-
create
public static RepairConfig create(Set<String> opIdentifiers, boolean dry, boolean logToCore, boolean verbose)
-