JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.model
Interface IScriptGroup


public interface IScriptGroup

Container for a grouping of ScriptReferences

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 List allScripts()
          Returns the array of all ScriptReferences from the backing IJavaScriptDebugTarget.
 

Method Detail

allScripts

List allScripts()
Returns the array of all ScriptReferences from the backing IJavaScriptDebugTarget.

This method cannot return null

Returns:
the complete list of ScriptReferences from the backing IJavaScriptDebugTarget or an empty array, never null

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.