cdt/cdt_6_0_x/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/executables/IProjectExecutablesProvider.java
changeset 137 f800d58f08b0
parent 135 6f8730b7758d
equal deleted inserted replaced
135:6f8730b7758d 137:f800d58f08b0
    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), or null if request is cancelled
    41 	 * @return the list of executables (which may be empty)
    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.