Class FileExtension

java.lang.Object
be.gaudry.model.file.FileExtension

public class FileExtension extends Object
The FileExtension is only a "Windows like" String with the file extension without the dot. Ie., this allows the GUI to make the difference between the other strings, to render it. Provided by the broldev.core.model project.
Since:
Jul 4, 2008, broldev.core.model 0.0.1-SNAPSHOT dependency
Version:
Jul 4, 2008
Author:
Steph GAUDRY
  • Constructor Details

    • FileExtension

      public FileExtension(String extension)
      Parameters:
      extension -
  • Method Details