|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.main.FileClasspathResource
public class FileClasspathResource
A classpath entry that is a file on the filesystem.
| Constructor Summary | |
|---|---|
FileClasspathResource(java.io.File file,
java.io.File pathRoot)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
The path (slash-separated directories) of the classpath entry. |
java.io.InputStream |
read()
Read the classpath entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileClasspathResource(java.io.File file,
java.io.File pathRoot)
| Method Detail |
|---|
public java.lang.String getPath()
ClasspathResource
getPath in interface ClasspathResource
public java.io.InputStream read()
throws java.io.IOException
ClasspathResource
read in interface ClasspathResourcejava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||