Interface LocatableResource
-
- All Superinterfaces:
Resource
- All Known Implementing Classes:
FileResource
public interface LocatableResource extends Resource
AResource
that can be addressed by a URL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL
getLocation()
-
Methods inherited from interface org.codehaus.commons.compiler.util.resource.Resource
getFileName, lastModified, open
-
-