}
protected void performOperation() {
final SolutionBrowserPanel sbp = SolutionBrowserPanel.getInstance();
if ( this.getSolutionPath() != null ) {
sbp.getFile( this.getSolutionPath(), new SolutionFileHandler() {
@Override
public void handle( RepositoryFile repositoryFile ) {
RunInBackgroundCommand.this.repositoryFile = new FileItem( repositoryFile, null, null, false, null );
showDialog( true );
}