java.lang.Object | |
↳ | com.sun.jmx.snmp.defaults.DefaultPaths |
This class represents a set of default directories used by Java DMK.
This API is a Sun Microsystems internal API and is subject to change without notice.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
etc directory for Java DMK. | |||||||||||
Returns the
etc directory for Java DMK concatenated with dirname. | |||||||||||
Returns the installation directory for Java DMK concatenated with dirname.
| |||||||||||
Returns the installation directory for Java DMK.
| |||||||||||
Returns the
tmp directory for Java DMK concatenated with dirname. | |||||||||||
Returns the
tmp directory for the product. | |||||||||||
Sets the
etc directory for Java DMK. | |||||||||||
Sets the installation directory for Java DMK.
| |||||||||||
Sets the
tmp directory for the product |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the etc
directory for Java DMK.
The default value of the etc
directory is:
DefaultPaths.getInstallDir("etc")
.
etc
directory.
Returns the etc
directory for Java DMK concatenated with dirname.
The default value of the etc
directory is:
DefaultPaths.getInstallDir("etc")
.
dirname | The directory to be appended. |
---|
etc
directory + File.separator
+ dirname
.
Returns the installation directory for Java DMK concatenated with dirname.
The default value of the installation directory is:
<base_dir> + File.separator + SUNWjdmk + File.separator + jdmk5.0
dirname | The directory to be appended. |
---|
File.separator
+ dirname
.
Returns the installation directory for Java DMK.
The default value of the installation directory is:
<base_dir> + File.separator + SUNWjdmk + File.separator + jdmk5.0
Returns the tmp
directory for Java DMK concatenated with dirname.
The default value of the tmp
directory is:
DefaultPaths.getInstallDir("tmp")
.
dirname | The directory to be appended. |
---|
tmp
directory + File.separator
+ dirname
.
Returns the tmp
directory for the product.
The default value of the tmp
directory is:
DefaultPaths.getInstallDir("tmp")
.
tmp
directory.
Sets the etc
directory for Java DMK.
dirname | The etc directory for Java DMK.
|
---|
Sets the installation directory for Java DMK.
dirname | The directory where Java DMK resides. |
---|
Sets the tmp
directory for the product
dirname | The tmp directory for Java DMK.
|
---|