Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

adapt(Object, Class<?>) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Adapt object to target type.
add(IAssertion) - Method in class org.eclipse.ease.modules.unittest.modules.MergedAssertion
Add an assertion.
addMessage(TestResult) - Method in class org.eclipse.ease.modules.unittest.components.Test
 
addMetaData(String, String) - Method in class org.eclipse.ease.modules.unittest.components.Test
 
addMetaData(String, String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Add metadata to the current test object.
addTest(Test) - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
addTestFile(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
addTestListener(ITestListener) - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
addTestResult(TestStatus, String) - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
addTestResult(TestStatus, String, List<IScriptDebugFrame>) - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
addVariable(String, String, String, IPath) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
Add a variable to the model.
ALL - Static variable in interface org.eclipse.ease.modules.unittest.ITestSetFilter
 
APPEND - Static variable in interface org.eclipse.ease.modules.platform.IFileHandle
Open file in append mode.
APPEND - Static variable in class org.eclipse.ease.modules.platform.ResourcesModule
Access modifier for append mode (4).
assertEquals(Object, Object, Object) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Expect two objects to be equal.
assertFalse(boolean, Object) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Asserts when provided value is true.
assertion(IAssertion) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Create a new assertion for the current test.
assertNotEquals(Object, Object, Object) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Expect two objects not to be equal.
assertNotNull(Object, Object) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Asserts when provided value is null.
assertNull(Object, Object) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Asserts when provided value is not null.
assertTrue(boolean, Object) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Asserts when provided value is false.

B

Bundle - Interface in org.eclipse.ease.modules.unittest
 

C

checkForUpdates() - Method in class org.eclipse.ease.modules.platform.P2Module
Silently update the current installation using registered p2 sites.
clearConsole() - Method in class org.eclipse.ease.modules.platform.UIModule
Clear the script console.
close() - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
close() - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Close a file instance.
close() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
closeFile(IFileHandle) - Static method in class org.eclipse.ease.modules.platform.ResourcesModule
Close a file.
closeView(String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Close a dedicated view.
CODE_LOCATION_TEST_SETUP - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
CODE_LOCATION_TEST_TEARDOWN - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
CODE_LOCATION_TESTFILE_SETUP - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
CODE_LOCATION_TESTFILE_TEARDOWN - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
CODE_LOCATION_TESTSUITE_SETUP - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
CODE_LOCATION_TESTSUITE_TEARDOWN - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
compareTo(TestFile) - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
convertSelection(ISelection) - Static method in class org.eclipse.ease.modules.platform.UIModule
Converts selection to a consumable form.
copyFile(Object, Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Copies a file from location to targetLocation.
createFile(boolean) - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
createFile(boolean) - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Create a file.
createFile(boolean) - Method in class org.eclipse.ease.modules.platform.ResourceHandle
 
createFile(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Create a new file in the workspace or the file system.
createFolder(IContainer) - Static method in class org.eclipse.ease.modules.platform.ResourceHandle
Create a new container on the workbench.
createFolder(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Create a new folder in the workspace or the file system.
createProblemMarker(String, Object, int, String, String, boolean) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Create a problem marker on a file resource.
createProject(String) - Static method in class org.eclipse.ease.modules.platform.ResourcesModule
Create a new workspace project.
createReport(String, TestSuite, String, String, String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Create a test report file.
createReport(String, String, TestSuite) - Method in interface org.eclipse.ease.modules.unittest.reporters.IReportGenerator
Creates report data as string.
createReport(String, String, TestSuite) - Method in class org.eclipse.ease.modules.unittest.reporters.JUnitReportGenerator
 
createScriptEngine(String) - Static method in class org.eclipse.ease.modules.platform.ScriptingModule
Create a new script engine instance.
createScriptEngine() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
CURRENT_TESTCOMPOSITE - Static variable in class org.eclipse.ease.modules.unittest.components.TestComposite
 

D

DefaultAssertion - Class in org.eclipse.ease.modules.unittest.modules
A default implementation for IAssertion that adds support for error messages.
DefaultAssertion(List<IScriptDebugFrame>, boolean, String) - Constructor for class org.eclipse.ease.modules.unittest.modules.DefaultAssertion
 
DefaultAssertion(boolean, String) - Constructor for class org.eclipse.ease.modules.unittest.modules.DefaultAssertion
 
DefaultAssertion(String) - Constructor for class org.eclipse.ease.modules.unittest.modules.DefaultAssertion
Default constructor for invalid assertions.
deleteFile(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Delete a file from the workspace or local file system.
deleteFolder(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Delete a folder from the workspace or local file system.
deleteProject(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Delete a project from the workspace.
disableAssertions() - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Disables automatic assertions in tests.

E

enableAssertions() - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Enables automatic assertions in tests.
endTest() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
endTest() - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
End the current test.
error(String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Add a new error to the current testcase.
execute() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
executeCommand(String, Map<String, String>) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Execute a command from the command framework.
executeSync(Object, Object) - Method in class org.eclipse.ease.modules.platform.ScriptingModule
Run a code fragment in a synchronized block.
executeUI(Object) - Method in class org.eclipse.ease.modules.platform.UIModule
Run code in UI thread.
executeUserCode(String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Insert additional test code at a given code location.
exists() - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
exists() - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Check if a physical file exists.
exists() - Method in class org.eclipse.ease.modules.platform.ResourceHandle
 
exitApplication() - Static method in class org.eclipse.ease.modules.platform.UIModule
Close the application.

F

FAIL_ON_ERROR_VARIABLE - Static variable in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
 
failure(String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Report a new failure for the current UnitTest.
fileExists(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Verifies that a specific file exists.
FilesystemHandle - Class in org.eclipse.ease.modules.platform
 
FilesystemHandle(File, int) - Constructor for class org.eclipse.ease.modules.platform.FilesystemHandle
 
findFiles(String, Object, boolean) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Return files matching a certain pattern.
FLAG_EXECUTE_TEARDOWN_ON_FAILURE - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
FLAG_MAX_THREADS - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
FLAG_PROMOTE_ERRORS_TO_FAILURES - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
FLAG_STOP_SUITE_ON_FAILURE - Static variable in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
fork(Object, String, String) - Method in class org.eclipse.ease.modules.platform.ScriptingModule
Fork a new script engine and execute provided resource.
Future - Class in org.eclipse.ease.modules.platform
Future object tracking an asynchronous execution result.
Future(Process) - Constructor for class org.eclipse.ease.modules.platform.Future
Constructor for a process.
Future(Exception) - Constructor for class org.eclipse.ease.modules.platform.Future
Constructor for exceptions.

G

getActiveEditor() - Static method in class org.eclipse.ease.modules.platform.UIModule
Get the active editor instance.
getActiveTestCount() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getActiveTestFiles() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getActiveView() - Static method in class org.eclipse.ease.modules.platform.UIModule
Get the active view instance.
getAssertions() - Method in class org.eclipse.ease.modules.unittest.modules.MergedAssertion
 
getBundle(String) - Method in class org.eclipse.ease.modules.platform.OsgiModule
Get a bundle instance.
getChildren() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
getChildren() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
getChildren() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getClipboard() - Static method in class org.eclipse.ease.modules.platform.UIModule
Get text data from the clipboard.
getCodeFragment(String) - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
getCodeFragment(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getCodeFragments() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getContent() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
getCurrentTest() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
getDefaultExtension() - Method in interface org.eclipse.ease.modules.unittest.reporters.IReportGenerator
Returns the default file extension to be used for this kind of report without the preceeding dot (eg "txt").
getDefaultExtension() - Method in class org.eclipse.ease.modules.unittest.reporters.JUnitReportGenerator
 
getDescription() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getDescription() - Method in class org.eclipse.ease.modules.unittest.components.TestResult
 
getDescription() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getDescription() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
getError() - Method in class org.eclipse.ease.modules.platform.Future
Get the error text of the process as string.
getErrorCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
getErrorStream() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getExceptionMessage(Throwable) - Static method in class org.eclipse.ease.modules.unittest.components.TestSuite
Get a simplified exception message.
getExecutionTime() - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
Get total execution time in [ms]
getExitCode() - Method in class org.eclipse.ease.modules.platform.Future
Get exit code of external process.
getFailureCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
getFile() - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
getFile() - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Get the base file object.
getFile() - Method in class org.eclipse.ease.modules.platform.ResourceHandle
 
getFile(String, boolean) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Get a workspace or file system file.
getFile() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
getFile() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
getFile() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getFile() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getFlag(String, boolean) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getFlag(String, int) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getInputStream() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getMessages() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getMessages(TestStatus) - Method in class org.eclipse.ease.modules.unittest.components.Test
Returns all messages with a given TestStatus.
getMetaData() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getModel() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getName() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
getOutput() - Method in class org.eclipse.ease.modules.platform.Future
Get the output of the process as string.
getOutputStream() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
getOverallTestSetCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
getParent() - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
getPassCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
getPath() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
getPostExecutionCode(Method) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
 
getPreExecutionCode(Method) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
 
getProject(String) - Static method in class org.eclipse.ease.modules.platform.ResourcesModule
Get a project instance.
getReport(String) - Static method in class org.eclipse.ease.modules.unittest.reporters.ReportTools
Get an instance of a specific report generator.
getReportTemplates() - Static method in class org.eclipse.ease.modules.unittest.reporters.ReportTools
Get a list of available report generators.
getReportTypes() - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Get a list of available report types.
getSelection(String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Get the current selection.
getService(Class<?>) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Get a platform service.
getSeverestMessage() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getSharedObject(String) - Method in class org.eclipse.ease.modules.platform.ScriptingModule
Get an object from the shared object store.
getShell() - Static method in class org.eclipse.ease.modules.platform.UIModule
Get the workbench shell instance.
getStackTrace() - Method in class org.eclipse.ease.modules.unittest.components.TestResult
 
getStackTrace() - Method in class org.eclipse.ease.modules.unittest.modules.DefaultAssertion
 
getStartTime() - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
getStatus() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getStatus() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
getStatus() - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
getStatus() - Method in class org.eclipse.ease.modules.unittest.components.TestResult
 
getSystemProperty(String) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Get a system property value
getTest(String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Get a Test instance.
getTestCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
getTestFile() - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Get the current TestFile instance.
getTestFiles() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
getTestLocation() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getTests() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
getTestSetCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
getTestSuite() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
getTestSuite() - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Get the current TestSuite instance.
getTitle() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
getVariable(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
Get the variable defined by the given identifier.
getVariable(TestSuite, String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Get the content of the variable by its identifier.
getVariables() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
Get all available variables.
getVariables(TestSuite) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Array of available variables.
getWorkspace() - Static method in class org.eclipse.ease.modules.platform.ResourcesModule
Get the workspace root.

H

hasVariable(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
Check if a variable with the given identifier exists in the current model.

I

IAssertion - Interface in org.eclipse.ease.modules.unittest.modules
Return value type that can be checked for validity.
IFileHandle - Interface in org.eclipse.ease.modules.platform
Generic handle to an IFile or File instance.
ignoreAssertions(int) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Define amount of upcoming assertions to be ignored.
incrementErrorCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
incrementFailureCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
incrementTestCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
incrementTestSetCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
incrementValidCount() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
INJECTED_MAIN - Static variable in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
 
install(String) - Method in class org.eclipse.ease.modules.platform.P2Module
Install a component into the running system.
installBundle(String) - Method in class org.eclipse.ease.modules.platform.OsgiModule
Install a bundle from a given location.
INVALID - Static variable in interface org.eclipse.ease.modules.unittest.modules.IAssertion
Invalid assertion.
IReportGenerator - Interface in org.eclipse.ease.modules.unittest.reporters
Interface for a test report generator.
isDirty() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
isEqualOrBetter(TestStatus) - Method in enum org.eclipse.ease.modules.unittest.components.TestStatus
 
isEqualOrWorse(TestStatus) - Method in enum org.eclipse.ease.modules.unittest.components.TestStatus
 
isFinished() - Method in class org.eclipse.ease.modules.platform.Future
Query external process for finished state.
isTransient() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
isUIThread() - Static method in class org.eclipse.ease.modules.platform.UIModule
Returns true when executed in the UI thread.
isValid() - Method in class org.eclipse.ease.modules.unittest.modules.DefaultAssertion
 
isValid() - Method in interface org.eclipse.ease.modules.unittest.modules.IAssertion
Return true when assertion is valid.
isValid() - Method in class org.eclipse.ease.modules.unittest.modules.MergedAssertion
 
ITestListener - Interface in org.eclipse.ease.modules.unittest
 
ITestSetFilter - Interface in org.eclipse.ease.modules.unittest
 

J

join() - Method in class org.eclipse.ease.modules.platform.Future
Wait for external process to finish
join(IScriptEngine, long) - Static method in class org.eclipse.ease.modules.platform.ScriptingModule
Wait for a script engine to shut down.
JUnitReportGenerator - Class in org.eclipse.ease.modules.unittest.reporters
Creates reports of unit test results.
JUnitReportGenerator() - Constructor for class org.eclipse.ease.modules.unittest.reporters.JUnitReportGenerator
 

L

LINE_DELIMITER - Static variable in interface org.eclipse.ease.modules.unittest.Bundle
 
linkProject(String) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Links a project into the current workspace.
listScriptEngines() - Static method in class org.eclipse.ease.modules.platform.ScriptingModule
Retrieve a list of available script engines.
load(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
load(TestSuite) - Method in class org.eclipse.ease.modules.unittest.Statistics
 

M

matches(TestFile) - Method in interface org.eclipse.ease.modules.unittest.ITestSetFilter
 
maximizeView(String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Maximize a dedicated view.
merge(TestStatus) - Method in enum org.eclipse.ease.modules.unittest.components.TestStatus
 
MergedAssertion - Class in org.eclipse.ease.modules.unittest.modules
An assertion that merges the results of other assertions.
MergedAssertion() - Constructor for class org.eclipse.ease.modules.unittest.modules.MergedAssertion
Constructor.
MergedAssertion(String, String) - Constructor for class org.eclipse.ease.modules.unittest.modules.MergedAssertion
Constructor.
MergedAssertion(String) - Constructor for class org.eclipse.ease.modules.unittest.modules.MergedAssertion
Constructor.
minimizeView(String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Minimize a dedicated view.
MODULE_ID - Static variable in class org.eclipse.ease.modules.platform.PlatformModule
Module identifier.
MODULE_ID - Static variable in class org.eclipse.ease.modules.platform.ResourcesModule
Module identifier.
MODULE_ID - Static variable in class org.eclipse.ease.modules.platform.ScriptingModule
Module identifier.
MODULE_ID - Static variable in class org.eclipse.ease.modules.platform.UIModule
Module identifier.
MODULE_NAME - Static variable in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
 

N

notify(Object) - Static method in class org.eclipse.ease.modules.platform.ScriptingModule
Wakes up a single thread that is waiting on the monitor.
notify(Object, TestStatus) - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
notify(Object, TestStatus) - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
notify(Object, TestStatus) - Method in interface org.eclipse.ease.modules.unittest.ITestListener
 
notifyAll(Object) - Static method in class org.eclipse.ease.modules.platform.ScriptingModule
Wakes up all threads that are waiting on the monitor.

O

openDialog(Window) - Static method in class org.eclipse.ease.modules.platform.UIModule
Show a generic dialog.
openFile(Object, int) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Opens a file from the workspace or the file system.
openTestSuite(String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Open a testsuite without executing it.
org.eclipse.ease.modules.platform - package org.eclipse.ease.modules.platform
 
org.eclipse.ease.modules.unittest - package org.eclipse.ease.modules.unittest
 
org.eclipse.ease.modules.unittest.components - package org.eclipse.ease.modules.unittest.components
 
org.eclipse.ease.modules.unittest.modules - package org.eclipse.ease.modules.unittest.modules
 
org.eclipse.ease.modules.unittest.reporters - package org.eclipse.ease.modules.unittest.reporters
 
OsgiModule - Class in org.eclipse.ease.modules.platform
Provides access to the OSGI runtime.
OsgiModule() - Constructor for class org.eclipse.ease.modules.platform.OsgiModule
 

P

P2Module - Class in org.eclipse.ease.modules.platform
This module allows to interact with the eclipse p2 system that allows to modify the installed components.
P2Module() - Constructor for class org.eclipse.ease.modules.platform.P2Module
 
PlatformModule - Class in org.eclipse.ease.modules.platform
 
PlatformModule() - Constructor for class org.eclipse.ease.modules.platform.PlatformModule
 
PLUGIN_ID - Static variable in interface org.eclipse.ease.modules.platform.PluginConstants
 
PLUGIN_ID - Static variable in interface org.eclipse.ease.modules.unittest.Bundle
 
PluginConstants - Interface in org.eclipse.ease.modules.platform
 
postEvent(String, Object, long) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Post an event on the event broker.

R

read(int) - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
READ - Static variable in interface org.eclipse.ease.modules.platform.IFileHandle
Open file in read mode.
read(int) - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Read characters from a file.
READ - Static variable in class org.eclipse.ease.modules.platform.ResourcesModule
Access modifier for read mode (1).
readFile(Object, int) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Read data from a file.
readLine() - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
readLine() - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Read a line of data from a file.
readLine(Object) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Read a single line from a file.
readPreferences(String, String, Object) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Read a preferences value.
readStream(InputStream) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Read from an InputStream into a string.
refreshResource(IResource) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Refresh a given resource and all its child elements.
registerUpdateSite(String) - Method in class org.eclipse.ease.modules.platform.P2Module
Register a new p2 update site.
reload() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
removeTestListener(ITestListener) - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
removeVariable(TestSuiteModel.Variable) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
Remove the variable from the model.
removeVariable(TestSuite, String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Remove the variable with the given identifier.
ReportTools - Class in org.eclipse.ease.modules.unittest.reporters
 
ReportTools() - Constructor for class org.eclipse.ease.modules.unittest.reporters.ReportTools
 
reset() - Method in class org.eclipse.ease.modules.unittest.components.Test
 
reset() - Method in class org.eclipse.ease.modules.unittest.components.TestComposite
 
reset() - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
reset() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
reset() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
reset() - Method in class org.eclipse.ease.modules.unittest.Statistics
 
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
ResourceHandle - Class in org.eclipse.ease.modules.platform
 
ResourceHandle(IFile, int) - Constructor for class org.eclipse.ease.modules.platform.ResourceHandle
 
ResourcesModule - Class in org.eclipse.ease.modules.platform
Provides file access for workspace and file system resources.
ResourcesModule() - Constructor for class org.eclipse.ease.modules.platform.ResourcesModule
 
run() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
run(ITestSetFilter) - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
runProcess(String, String[]) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Run an external process.
runUnitTest(Object) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Run a unit test.

S

ScriptingModule - Class in org.eclipse.ease.modules.platform
Commands to launch additional script engines.
ScriptingModule() - Constructor for class org.eclipse.ease.modules.platform.ScriptingModule
 
setClipboard(String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Write text data to the clipboard.
setCodeFragment(String, String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
setContent(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
setDebugOptions(ILaunch) - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
setDescription(String) - Method in class org.eclipse.ease.modules.unittest.components.Test
Sets the test description.
setDescription(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
setDescription(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
setErrorStream(InputStream) - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
setErrorStream(OutputStream) - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
setFlag(String, String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
setFlag(String, boolean) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
setFlag(String, int) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
setMode(int) - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
setName(String) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
setOutputStream(OutputStream) - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
setOverallTestFileCount(int) - Method in class org.eclipse.ease.modules.unittest.Statistics
 
setPath(IPath) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 
setSharedObject(String, Object, boolean, boolean) - Method in class org.eclipse.ease.modules.platform.ScriptingModule
Add an object to the shared object store.
setStatus(TestStatus) - Method in class org.eclipse.ease.modules.unittest.components.TestEntity
 
setTestLocation(List<IScriptDebugFrame>) - Method in class org.eclipse.ease.modules.unittest.components.Test
 
setVariable(String, String, String, IPath) - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
Set the content of a variable defined by the given identifier.
setVariable(TestSuite, String, String, String, String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Set the content of a variable defined by its identifier.
showConfirmDialog(String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Displays a confirmation dialog.
showEditor(Object) - Method in class org.eclipse.ease.modules.platform.UIModule
Opens a file in an editor.
showEditor(IFile) - Static method in class org.eclipse.ease.modules.platform.UIModule
Opens a file in an editor.
showErrorDialog(String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Displays an error dialog.
showFileSelectionDialog(Object, int, String, String) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Opens a file dialog.
showFolderSelectionDialog(Object, String, String) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Opens a dialog box which allows the user to select a container (project or folder).
showInfoDialog(String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Displays an info dialog.
showInputDialog(String, String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Displays an input dialog.
showQuestionDialog(String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Displays a question dialog.
showView(String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Opens a view by given Name or id.
showView(String, String, int) - Static method in class org.eclipse.ease.modules.platform.UIModule
Shows a view in this page with the given id and secondary id.
showWarningDialog(String, String) - Static method in class org.eclipse.ease.modules.platform.UIModule
Displays a warning dialog.
shutdown() - Static method in class org.eclipse.ease.modules.platform.UIModule
 
startTest(String, String) - Method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Start a specific unit test.
Statistics - Class in org.eclipse.ease.modules.unittest
 
Statistics() - Constructor for class org.eclipse.ease.modules.unittest.Statistics
 

T

terminate() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
terminate() - Method in class org.eclipse.ease.modules.unittest.components.TestSuite
 
Test - Class in org.eclipse.ease.modules.unittest.components
 
Test(TestComposite, String, String) - Constructor for class org.eclipse.ease.modules.unittest.components.Test
 
Test(TestComposite, String) - Constructor for class org.eclipse.ease.modules.unittest.components.Test
 
Test(TestComposite, String, boolean) - Constructor for class org.eclipse.ease.modules.unittest.components.Test
 
TestComposite - Class in org.eclipse.ease.modules.unittest.components
 
TestComposite(TestComposite) - Constructor for class org.eclipse.ease.modules.unittest.components.TestComposite
 
TestEntity - Class in org.eclipse.ease.modules.unittest.components
 
TestEntity(TestComposite) - Constructor for class org.eclipse.ease.modules.unittest.components.TestEntity
 
TestFile - Class in org.eclipse.ease.modules.unittest.components
 
TestFile(TestSuite, String) - Constructor for class org.eclipse.ease.modules.unittest.components.TestFile
 
TestResult - Class in org.eclipse.ease.modules.unittest.components
Test problem.
TestResult(TestStatus, String, List<IScriptDebugFrame>) - Constructor for class org.eclipse.ease.modules.unittest.components.TestResult
Constructor.
TestStatus - Enum in org.eclipse.ease.modules.unittest.components
 
TestSuite - Class in org.eclipse.ease.modules.unittest.components
 
TestSuite(TestSuiteModel) - Constructor for class org.eclipse.ease.modules.unittest.components.TestSuite
 
TestSuite(IFile) - Constructor for class org.eclipse.ease.modules.unittest.components.TestSuite
 
TestSuiteModel - Class in org.eclipse.ease.modules.unittest.components
 
TestSuiteModel(IFile) - Constructor for class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
TestSuiteModel() - Constructor for class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
TestSuiteModel.Variable - Class in org.eclipse.ease.modules.unittest.components
 
toMemento() - Method in class org.eclipse.ease.modules.unittest.components.TestSuiteModel
 
toString() - Method in class org.eclipse.ease.modules.unittest.components.TestFile
 
toString() - Method in class org.eclipse.ease.modules.unittest.modules.DefaultAssertion
 
toString() - Method in class org.eclipse.ease.modules.unittest.modules.MergedAssertion
 

U

UIModule - Class in org.eclipse.ease.modules.platform
Methods invoking code interfering with the UI thread.
UIModule() - Constructor for class org.eclipse.ease.modules.platform.UIModule
 
UnitTestModule - Class in org.eclipse.ease.modules.unittest.modules
Library providing UnitTest functionality.
UnitTestModule() - Constructor for class org.eclipse.ease.modules.unittest.modules.UnitTestModule
 

V

VALID - Static variable in interface org.eclipse.ease.modules.unittest.modules.IAssertion
Valid assertion.
valueOf(String) - Static method in enum org.eclipse.ease.modules.unittest.components.TestStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.ease.modules.unittest.components.TestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Variable(String, String, String, IPath) - Constructor for class org.eclipse.ease.modules.unittest.components.TestSuiteModel.Variable
 

W

wait(Object, long) - Static method in class org.eclipse.ease.modules.platform.ScriptingModule
Causes the current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
waitForCompletion(TestComposite) - Static method in class org.eclipse.ease.modules.unittest.modules.UnitTestModule
Wait until a test entity is completed.
waitForEvent(String, long) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Wait for a given event on the event bus.
write(String) - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
write(byte[]) - Method in class org.eclipse.ease.modules.platform.FilesystemHandle
 
WRITE - Static variable in interface org.eclipse.ease.modules.platform.IFileHandle
Open file in write mode.
write(String) - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Write data to a file.
write(byte[]) - Method in interface org.eclipse.ease.modules.platform.IFileHandle
Write data to a file.
write(String) - Method in class org.eclipse.ease.modules.platform.ResourceHandle
 
write(byte[]) - Method in class org.eclipse.ease.modules.platform.ResourceHandle
 
WRITE - Static variable in class org.eclipse.ease.modules.platform.ResourcesModule
Access modifier for write mode (2).
writeFile(Object, Object, int) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Write data to a file.
writeLine(Object, String, int) - Method in class org.eclipse.ease.modules.platform.ResourcesModule
Write a line of data to a file.
writePreferences(String, String, Object) - Static method in class org.eclipse.ease.modules.platform.PlatformModule
Set a preferences value.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links