Package overit.geocall.util
Class ResourceFolder
java.lang.Object
overit.geocall.util.ResourceFolder
Utility class that manages the resource folder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceFolder(String resource) Main constructor, creates an instance of ResourceFolder and browse it -
Method Summary
Modifier and TypeMethodDescriptionReturns the content listprotected static final StringRemoves the html space code '%20' and replace it with ' '
-
Field Details
-
_content
-
-
Constructor Details
-
ResourceFolder
Main constructor, creates an instance of ResourceFolder and browse it- Parameters:
resource- The path of the folder
-
-
Method Details
-
listContent
Returns the content list- Returns:
- The content list
-
removeCodes
Removes the html space code '%20' and replace it with ' '- Parameters:
s- String to process- Returns:
- A string with '%20' replaced by ' '
-