pl.edu.agh.cast.project
Class MostRecentlyUsedProject

java.lang.Object
  extended by pl.edu.agh.cast.project.MostRecentlyUsedProject

public class MostRecentlyUsedProject
extends Object

A wrapper for most recently used project information.

Author:
AGH CAST Team

Constructor Summary
MostRecentlyUsedProject(String name, List<String> locations)
          Creates new MRU descriptor.
 
Method Summary
 List<org.eclipse.core.runtime.IPath> getLocations()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MostRecentlyUsedProject

public MostRecentlyUsedProject(String name,
                               List<String> locations)
Creates new MRU descriptor.

Parameters:
name - name of the project
locations - list of possible project locations
Method Detail

getName

public String getName()

getLocations

public List<org.eclipse.core.runtime.IPath> getLocations()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.