Class ResourceFolder

java.lang.Object
overit.geocall.util.ResourceFolder

public class ResourceFolder extends Object
Utility class that manages the resource folder
  • Field Details

  • Constructor Details

    • ResourceFolder

      public ResourceFolder(String resource)
      Main constructor, creates an instance of ResourceFolder and browse it
      Parameters:
      resource - The path of the folder
  • Method Details

    • listContent

      public Set<String> listContent()
      Returns the content list
      Returns:
      The content list
    • removeCodes

      protected static final String removeCodes(String s)
      Removes the html space code '%20' and replace it with ' '
      Parameters:
      s - String to process
      Returns:
      A string with '%20' replaced by ' '