Utility methods for interacting with resources
Constructor and description |
---|
ResourceUtils
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static java.lang.Iterable |
getProjectPackageNames() Obtains the package names for the project. |
|
static java.lang.Iterable |
getProjectPackageNames(File baseDir) |
|
protected static java.lang.Object |
populatePackages(File rootDir, File[] files, Collection packageNames, java.lang.String prefix) |
Obtains the package names for the project. Works at development time only, do not use at runtime.