Package aQute.bnd.service
Interface ResourceHandle
-
public interface ResourceHandle
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceHandle.Location
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceHandle.LocationgetLocation()java.lang.StringgetName()java.io.Filerequest()
-
-
-
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.IOExceptionjava.lang.Exception
-
-