Uses of Class
de.xima.fc.gui.bean.resource.model.EFileConflictResolution
- 
Packages that use EFileConflictResolution Package Description de.xima.fc.gui.bean.resource de.xima.fc.gui.bean.resource.model  - 
- 
Uses of EFileConflictResolution in de.xima.fc.gui.bean.resource
Methods in de.xima.fc.gui.bean.resource with parameters of type EFileConflictResolution Modifier and Type Method Description voidABasicResourceBean. resolveConflicts(EFileConflictResolution resolution)Resolves all current file conflicts by applying the given resolution to all conflicts. - 
Uses of EFileConflictResolution in de.xima.fc.gui.bean.resource.model
Methods in de.xima.fc.gui.bean.resource.model that return EFileConflictResolution Modifier and Type Method Description EFileConflictResolutionFileConflict. getResolution()static EFileConflictResolutionEFileConflictResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static EFileConflictResolution[]EFileConflictResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.bean.resource.model with parameters of type EFileConflictResolution Modifier and Type Method Description voidFileConflict. setResolution(EFileConflictResolution resolution) 
 -