|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMetaInfLocator
Interface used to search entries located in META-INF/ folder of some bundles.
| Method Summary | |
|---|---|
URL |
getResource(String name)
Gets an URL for a given resource name. |
InputStream |
getResourceAsStream(String name)
Gets an input stream for a given resource name. |
Enumeration<URL> |
getResources(String name)
Gets list of URL for a given resource name. |
| Method Detail |
|---|
URL getResource(String name)
name - the name to search
Enumeration<URL> getResources(String name)
throws IOException
name - the name to search
IOException - if there is an error while searchingInputStream getResourceAsStream(String name)
name - the name to search
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||