|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.io.ClassPathResource
public class ClassPathResource
Represents an input resource in the classpath.
| Constructor Summary | |
|---|---|
ClassPathResource(java.lang.String aResource)
Construct the class path resource. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
Gets the input stream to the resource. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClassPathResource(java.lang.String aResource)
aResource - Resource| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
InputResource
getInputStream in interface InputResourcejava.io.IOException - in case the resource cannot be found.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||