|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceCreator
Opens a resource, characterized by a name, for writing.
There also exists a concept ResourceFinder
that
finds Resource
s for reading.
ResourceFinder
Method Summary | |
---|---|
OutputStream |
createResource(String resourceName)
Create the designated resource. |
boolean |
deleteResource(String resourceName)
Deletes the resource with the given name. |
Method Detail |
---|
OutputStream createResource(String resourceName) throws IOException
resourceName
- Designates the resource; typically structured by slashes ("/") like "com/foo/pkg/Bar.class
"
OutputStream
are stored in the resource
IOException
- Problems creating the resourceboolean deleteResource(String resourceName)
false
if the resource could not be deleted
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |