Uses of Enum
de.xima.fc.gui.bean.resource.model.EFileConflictResolution
Packages that use EFileConflictResolution
-
Uses of EFileConflictResolution in de.xima.fc.gui.bean.resource
Methods in de.xima.fc.gui.bean.resource with parameters of type EFileConflictResolutionModifier and TypeMethodDescriptionvoidABasicResourceBean.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 EFileConflictResolutionModifier and TypeMethodDescriptionFileConflict.getResolution()static EFileConflictResolutionReturns 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 EFileConflictResolutionModifier and TypeMethodDescriptionvoidFileConflict.setResolution(EFileConflictResolution resolution)