Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaOuchen committed Feb 29, 2024
1 parent b3fe952 commit 3ef494a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package com.devonfw.tools.ide.commandlet.FileExtractor;

/**
* Enum to represent different file types which can be extracted using {@link CommandletFileExtractorImpl}
*/
enum ExtractorFileType {
ZIP, JAR, DMG, MSI, PKG, TAR, GZ, TGZ
}

0 comments on commit 3ef494a

Please sign in to comment.