Package aQute.bnd.service
Interface ResourceHandle
-
public interface ResourceHandle
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResourceHandle.Location
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceHandle.Location
getLocation()
java.lang.String
getName()
java.io.File
request()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getLocation
ResourceHandle.Location getLocation()
-
request
java.io.File request() throws java.io.IOException, java.lang.Exception
- Throws:
java.io.IOException
java.lang.Exception
-
-