Enum Class BrolImagesSynchro

java.lang.Object
java.lang.Enum<BrolImagesSynchro>
be.gaudry.model.drawing.BrolImagesSynchro
All Implemented Interfaces:
IBrolImage, Serializable, Comparable<BrolImagesSynchro>, Constable

public enum BrolImagesSynchro extends Enum<BrolImagesSynchro> implements IBrolImage
\n Provided by the broldev.file.synchro.swing project.
Since:
1.0 (Nov 29, 2011), broldev.file.synchro.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Nov 29, 2011)
Author:
Steph GAUDRY
  • Enum Constant Details

    • START_UPDATE_SYNCHRO

      public static final BrolImagesSynchro START_UPDATE_SYNCHRO
      Start the process to get informations from the directories
    • STOP_UPDATE_SYNCHRO

      public static final BrolImagesSynchro STOP_UPDATE_SYNCHRO
      Stop the process to get informations from the directories
    • UPDATE

      public static final BrolImagesSynchro UPDATE
      From the source to the target
    • UPDATEALL

      public static final BrolImagesSynchro UPDATEALL
      From the source to the target
    • COMMIT

      public static final BrolImagesSynchro COMMIT
      From the target to the source
    • COMMITALL

      public static final BrolImagesSynchro COMMITALL
      From the target to the source
    • CONFLICT

      public static final BrolImagesSynchro CONFLICT
      Same relative path (incl. name and extension), but different (not the same weight, or not the same date, ...).
    • COMMIT_OR_UPDATE

      public static final BrolImagesSynchro COMMIT_OR_UPDATE
    • MARK_AS_MERGED

      public static final BrolImagesSynchro MARK_AS_MERGED
    • OVERRIDE_AND_UPDATE

      public static final BrolImagesSynchro OVERRIDE_AND_UPDATE
    • OVERRIDE_AND_COMMIT

      public static final BrolImagesSynchro OVERRIDE_AND_COMMIT
    • NO_FILTER

      public static final BrolImagesSynchro NO_FILTER
    • SHOW_DIFFERENCES

      public static final BrolImagesSynchro SHOW_DIFFERENCES
    • DELETE_SOURCE

      public static final BrolImagesSynchro DELETE_SOURCE
    • DELETE_TARGET

      public static final BrolImagesSynchro DELETE_TARGET
    • SYNCHRO_ICON32

      public static final BrolImagesSynchro SYNCHRO_ICON32
  • Method Details

    • values

      public static BrolImagesSynchro[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BrolImagesSynchro valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getHeight

      public int getHeight()
      Description copied from interface: IBrolImage
      Returns the image's height.
      Specified by:
      getHeight in interface IBrolImage
      Returns:
      an int specifying the fixed height of the image.
    • getWidth

      public int getWidth()
      Description copied from interface: IBrolImage
      Returns the image's width.
      Specified by:
      getWidth in interface IBrolImage
      Returns:
      an int specifying the fixed width of the image.
    • getImageResourcePath

      public String getImageResourcePath()
      Description copied from interface: IBrolImage
      Returns the path of the resource file
      Specified by:
      getImageResourcePath in interface IBrolImage
      Returns:
      a String specifying the path of the resource file