|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceWriterErrorException | |
|---|---|
| com.uwyn.rife.resources | Provides classes and interfaces for the resource abstraction framework. |
| com.uwyn.rife.resources.exceptions | Provides exception classes for the resource abstraction framework. |
| Uses of ResourceWriterErrorException in com.uwyn.rife.resources |
|---|
| Methods in com.uwyn.rife.resources that throw ResourceWriterErrorException | |
|---|---|
protected void |
DatabaseResources._addResource(Insert addResource,
String name,
String content)
|
protected boolean |
DatabaseResources._install(CreateTable createTable)
|
protected boolean |
DatabaseResources._remove(DropTable dropTable)
|
protected boolean |
DatabaseResources._removeResource(Delete removeResource,
String name)
|
protected boolean |
DatabaseResources._updateResource(Update updateResource,
String name,
String content)
|
void |
ResourceWriter.addResource(String name,
String content)
Adds a resource with the provided name and content. |
abstract boolean |
DatabaseResources.install()
Installs the database structure that's needed to store and retrieve resources in and from a database. |
abstract boolean |
DatabaseResources.remove()
Removes the database structure that's needed to store and retrieve resources in and from a database. |
boolean |
ResourceWriter.removeResource(String name)
Removes the resource with the provided name. |
boolean |
ResourceWriter.updateResource(String name,
String content)
Updates the content of the resource with the provided name. |
| Uses of ResourceWriterErrorException in com.uwyn.rife.resources.exceptions |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||