|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceNotFoundException | |
|---|---|
| com.antelmann.imagedb | This package contains classes implementing a database for images. |
| com.antelmann.util | This package contains general utility classes that are used throughout the other packages. |
| Uses of ResourceNotFoundException in com.antelmann.imagedb |
|---|
| Methods in com.antelmann.imagedb that throw ResourceNotFoundException | |
|---|---|
static TwainAdapter |
TwainAdapter.getInstance()
|
static TwainAdapter |
TwainAdapter.getInstance(String libraryName)
|
| Uses of ResourceNotFoundException in com.antelmann.util |
|---|
| Methods in com.antelmann.util that throw ResourceNotFoundException | |
|---|---|
static Properties |
Settings.getProperties()
This method returns the current application properties; changes to the Properties will be reflected in subsequent calls to this method. |
static String |
Settings.getProperty(String key)
provides a shortcut for getProperties().getPropterty(key) |
static URL |
Settings.getResource(String resource)
This method encapsulates calls to the embedded ClassLoader to ease dealing with problems when not finding the resource. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||