|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Device
This interface represents a Device in a generic manner.
Method Summary | |
---|---|
java.lang.String |
getBaseDirectory()
Returns the base directory, so that the common parent directory of the relative paths used in the device manager and other modules. |
void |
setBaseDirectory(java.lang.String baseDir)
Sets the device base directory |
Method Detail |
---|
java.lang.String getBaseDirectory() throws DMException
DMException
- if there is an error in determining the current
working directory.void setBaseDirectory(java.lang.String baseDir) throws DMException
baseDir
- the new base directory.
DMException
- in case of error setting the base direcotry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |