Package net.bluemind.directory.api
Class RepairConfig
java.lang.Object
net.bluemind.directory.api.RepairConfig
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean - 
Constructor Summary
Constructors - 
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)  
 -