public class DataArea
extends java.lang.Object
| Constructor and Description |
|---|
DataArea() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertLocationInitialized() |
IPath |
getInstanceDataLocation() |
IPath |
getLogLocation()
Returns the local file system path of the log file, or the default log location
if the log is not in the local file system.
|
IPath |
getMetadataLocation() |
IPath |
getPreferenceLocation(java.lang.String bundleName,
boolean create) |
IPath |
getStateLocation(Bundle bundle)
Returns the read/write location in which the given bundle can manage private state.
|
IPath |
getTraceLocation() |
protected void assertLocationInitialized()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic IPath getMetadataLocation() throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic IPath getInstanceDataLocation() throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic IPath getLogLocation() throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic IPath getTraceLocation() throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic IPath getStateLocation(Bundle bundle) throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic IPath getPreferenceLocation(java.lang.String bundleName, boolean create) throws java.lang.IllegalStateException
java.lang.IllegalStateException