Package com.loohp.limbo.utils
Class ClasspathResourcesUtils
java.lang.Object
com.loohp.limbo.utils.ClasspathResourcesUtils
list resources available from the classpath @ *
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<String>
getResources
(String word) for all elements of java.class.path get a Collection of resources
-
Constructor Details
-
ClasspathResourcesUtils
public ClasspathResourcesUtils()
-
-
Method Details
-
getResources
for all elements of java.class.path get a Collection of resources- Parameters:
word
- the word to contains match- Returns:
- the resources in the order they are found
-