cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/IProjectExecutablesProvider.java
branchRCL_2_4
changeset 134 e4dfdbcc0926
parent 45 70f756c14af3
child 136 c488f61fb898
equal deleted inserted replaced
132:3720b50bf185 134:e4dfdbcc0926
    36 	
    36 	
    37 	/**
    37 	/**
    38 	 * Get the list of executables for the given project
    38 	 * Get the list of executables for the given project
    39 	 * @param project the project to get the executables for
    39 	 * @param project the project to get the executables for
    40 	 * @param monitor progress monitor
    40 	 * @param monitor progress monitor
    41 	 * @return the list of executables (which may be empty)
    41 	 * @return the list of executables (which may be empty), or null if request is cancelled
    42 	 */
    42 	 */
    43 	List<Executable> getExecutables(IProject project, IProgressMonitor monitor);
    43 	List<Executable> getExecutables(IProject project, IProgressMonitor monitor);
    44 
    44 
    45 	/**
    45 	/**
    46 	 * Remove the given executable.  Note that the project can be obtained from Executable.
    46 	 * Remove the given executable.  Note that the project can be obtained from Executable.