Interface ApplicationResourceManager.Resource
-
- All Known Implementing Classes:
ApplicationResourceManager.ClassPathResource
- Enclosing class:
- ApplicationResourceManager
public static interface ApplicationResourceManager.Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists(File directory)FilegetFile(File directory)StringgetFilename()StringgetLocation()URLgetUrl()
-