Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8839147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:10:30+00:00 2026-06-14T10:10:30+00:00

I have 3 different types of files in a folder. Every file has same

  • 0

I have 3 different types of files in a folder. Every file has same data which is saved into Employee Table.

File Types:

  1. XML
  2. Excel
  3. .txt

I have written 3 separate classes which have two methods, take a filePath as String parameter and return an EmployeeVO Object or a List<EmployeeVO>.

I want to remove these if else.

List<EmployeeVO>  list ;
 if(fileName.endsWith(".xml")){
    list =   XmlReader();
 }else if(fileName.endsWith(".EXCEL")){
    list =     ExcelReader();
 }else if(fileName.endsWith(".TXT")){
    list =     TxtReader();
 }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:10:32+00:00Added an answer on June 14, 2026 at 10:10 am

    You could use a kind of strategy:

    // class field holding association from readers to extension
    Map<String, Reader> readers = new HashMap<String, Reader>();
    
    // configuration (bean initialization for example)
    readers.put("xml", xmlReader);
    readers.put("xls", excelReader);
    readers.put("txt", txtReader);
    
    // execution would be something like:
    List<EmployeeVO> list = readers.get(fileExtension).readList();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two different types of dicom(medical imaging files) in the same folder. I
I have some files in IsolatedStorage in my application. The file types are different,
Lets say i have different files in a folder that contains the same day
i have a folder with many different types of files...but i want to create
I have a folder with many files of different types. I need to display
I have page where I use model which can have different types (depending by
I have a treeview (winforms) which have different item types on it. I have
I have several entities which respresent different types of users who need to be
I have a rails application that has three different types of users and I
I have a php application that has about 50-55 code files. The file that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.